Skip to content

GlobalDatabaseNetworkProps

Properties for defining a GlobalDatabaseNetwork.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new GlobalDatabaseNetworkProps {
    object DbClusterId,
    object GdnDescription = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
DbClusterId object Property dbClusterId: The ID of the primary cluster.
GdnDescription object Property gdnDescription: The description of the GDN.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.

DbClusterIdRequired

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

Property dbClusterId: The ID of the primary cluster.


GdnDescriptionOptional

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

Property gdnDescription: The description of the GDN.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.