Skip to content

RosClusterProps

Properties for defining a RosCluster.

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

Initializer

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

Properties

Name Type Description
ClusterName interface{} No description.
ClusterType interface{} No description.
ReplicaCount interface{} No description.
IgnoreExisting interface{} No description.

ClusterNameRequired

ClusterName interface{}
  • Type: interface{}

ClusterTypeRequired

ClusterType interface{}
  • Type: interface{}

ReplicaCountRequired

ReplicaCount interface{}
  • Type: interface{}

IgnoreExistingOptional

IgnoreExisting interface{}
  • Type: interface{}