Skip to content

RosGlobalDatabaseNetworkProps

Properties for defining a RosGlobalDatabaseNetwork.

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

Initializer

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

Properties

Name Type Description
GdnId object No description.
RefreshOptions object No description.

GdnIdRequired

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

RefreshOptionsOptional

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