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. |
DbClusterId
Optional
public object DbClusterId { get; set; }
- Type: object
DbType
Optional
public object DbType { get; set; }
- Type: object
DbVersion
Optional
public object DbVersion { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Expired
Optional
public object Expired { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object