Skip to content

RosClusterProps

Properties for defining a RosCluster.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dashvector;
new RosClusterProps {
    object ClusterName,
    object ClusterType,
    object ReplicaCount,
    object IgnoreExisting = null
};

Properties

Name Type Description
ClusterName object No description.
ClusterType object No description.
ReplicaCount object No description.
IgnoreExisting object No description.

ClusterNameRequired

public object ClusterName { get; set; }
  • Type: object

ClusterTypeRequired

public object ClusterType { get; set; }
  • Type: object

ReplicaCountRequired

public object ReplicaCount { get; set; }
  • Type: object

IgnoreExistingOptional

public object IgnoreExisting { get; set; }
  • Type: object