Skip to content

RosDBClustersProps

Properties for defining a RosDBClusters.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosDBClustersProps {
    object DbClusterId = null,
    object DbType = null,
    object DbVersion = null,
    object Description = null,
    object Expired = null,
    object RefreshOptions = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
DbClusterId object No description.
DbType object No description.
DbVersion object No description.
Description object No description.
Expired object No description.
RefreshOptions object No description.
ResourceGroupId object No description.

DbClusterIdOptional

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

DbTypeOptional

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

DbVersionOptional

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

DescriptionOptional

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

ExpiredOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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