GlobalDatabaseNetworksProps
Properties for defining a GlobalDatabaseNetworks
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-globaldatabasenetworks
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new GlobalDatabaseNetworksProps {
object DbClusterId = null,
object GdnId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbClusterId |
object |
Property dbClusterId: The ID of the cluster. |
GdnId |
object |
Property gdnId: The ID of the GDN. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbClusterId
Optional
public object DbClusterId { get; set; }
- Type: object
Property dbClusterId: The ID of the cluster.
GdnId
Optional
public object GdnId { get; set; }
- Type: object
Property gdnId: The ID of the GDN.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.