Skip to content

GlobalDatabaseNetworkProps

Properties for defining a GlobalDatabaseNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-globaldatabasenetwork

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new GlobalDatabaseNetworkProps {
    object GdnId,
    object RefreshOptions = null
};

Properties

Name Type Description
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.

GdnIdRequired

public object GdnId { get; set; }
  • Type: object

Property gdnId: The ID of the GDN.


RefreshOptionsOptional

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.