RosClustersProps
Properties for defining a RosClusters
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-clusters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosClustersProps {
object ClusterAliasName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterAliasName |
object |
No description. |
RefreshOptions |
object |
No description. |
ClusterAliasName
Optional
public object ClusterAliasName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object