RosGlobalDatabaseNetworksProps
Properties for defining a RosGlobalDatabaseNetworks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-globaldatabasenetworks
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosGlobalDatabaseNetworksProps {
object DbClusterId = null,
object GdnId = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbClusterId |
object |
No description. |
GdnId |
object |
No description. |
RefreshOptions |
object |
No description. |
DbClusterIdOptional
public object DbClusterId { get; set; }
- Type: object
GdnIdOptional
public object GdnId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object