DBClustersProps
Properties for defining a DBClusters
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-clickhouse-dbclusters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Clickhouse;
new DBClustersProps {
object DbClusterId = null,
object DbClusterName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbClusterId |
object |
Property dbClusterId: Instance ID. |
DbClusterName |
object |
Property dbClusterName: The cluster description information. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbClusterId
Optional
public object DbClusterId { get; set; }
- Type: object
Property dbClusterId: Instance ID.
DbClusterName
Optional
public object DbClusterName { get; set; }
- Type: object
Property dbClusterName: The cluster description information.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.