ClusterProps
Properties for defining a Cluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dashvector-cluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dashvector;
new ClusterProps {
object ClusterName,
object ClusterType,
object ReplicaCount,
object IgnoreExisting = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterName |
object |
Property clusterName: The name of cluster. |
ClusterType |
object |
Property clusterType: The type of cluster. |
ReplicaCount |
object |
Property replicaCount: The number of replicas. |
IgnoreExisting |
object |
Property ignoreExisting: Whether to ignore existing dash vector cluster False: ROS will perform a uniqueness check.If the dash vector cluster exists, an error will be reported when creating it. True: ROS will not check the uniqueness.If the dash vector cluster exists, the creation process will be ignored. If the dash vector cluster is not created by ROS, it will be ignored during update and delete stage. |
ClusterNameRequired
public object ClusterName { get; set; }
- Type: object
Property clusterName: The name of cluster.
ClusterTypeRequired
public object ClusterType { get; set; }
- Type: object
Property clusterType: The type of cluster.
ReplicaCountRequired
public object ReplicaCount { get; set; }
- Type: object
Property replicaCount: The number of replicas.
IgnoreExistingOptional
public object IgnoreExisting { get; set; }
- Type: object
Property ignoreExisting: Whether to ignore existing dash vector cluster False: ROS will perform a uniqueness check.If the dash vector cluster exists, an error will be reported when creating it. True: ROS will not check the uniqueness.If the dash vector cluster exists, the creation process will be ignored. If the dash vector cluster is not created by ROS, it will be ignored during update and delete stage.