Skip to content

RosGlobalDatabaseNetworkProps

Properties for defining a RosGlobalDatabaseNetwork.

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

Initializer

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

Properties

Name Type Description
DbClusterId object No description.
GdnDescription object No description.
ResourceGroupId object No description.

DbClusterIdRequired

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

GdnDescriptionOptional

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

ResourceGroupIdOptional

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