Skip to content

ClusterProps

Properties for defining a Cluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dashvector-cluster

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdashvector"
&alicloudroscdkdashvector.ClusterProps {
    ClusterName: interface{},
    ClusterType: interface{},
    ReplicaCount: interface{},
    IgnoreExisting: interface{},
}

Properties

Name Type Description
ClusterName interface{} Property clusterName: The name of cluster.
ClusterType interface{} Property clusterType: The type of cluster.
ReplicaCount interface{} Property replicaCount: The number of replicas.
IgnoreExisting interface{} 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

ClusterName interface{}
  • Type: interface{}

Property clusterName: The name of cluster.


ClusterTypeRequired

ClusterType interface{}
  • Type: interface{}

Property clusterType: The type of cluster.


ReplicaCountRequired

ReplicaCount interface{}
  • Type: interface{}

Property replicaCount: The number of replicas.


IgnoreExistingOptional

IgnoreExisting interface{}
  • Type: interface{}

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.