Skip to content

RosClusterProps

Properties for defining a RosCluster.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosClusterProps {
    object ClusterSpecification,
    object ClusterType,
    object ClusterVersion,
    object InstanceCount,
    object NetType,
    object AcceptLanguage = null,
    object AclEntryList = null,
    object ClusterAliasName = null,
    object ConnectionType = null,
    object DiskType = null,
    object MseVersion = null,
    object PrivateSlbSpecification = null,
    object PubNetworkFlow = null,
    object PubSlbSpecification = null,
    object RequestPars = null,
    object VpcId = null,
    object VSwitchId = null
};

Properties

Name Type Description
ClusterSpecification object No description.
ClusterType object No description.
ClusterVersion object No description.
InstanceCount object No description.
NetType object No description.
AcceptLanguage object No description.
AclEntryList object No description.
ClusterAliasName object No description.
ConnectionType object No description.
DiskType object No description.
MseVersion object No description.
PrivateSlbSpecification object No description.
PubNetworkFlow object No description.
PubSlbSpecification object No description.
RequestPars object No description.
VpcId object No description.
VSwitchId object No description.

ClusterSpecificationRequired

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

ClusterTypeRequired

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

ClusterVersionRequired

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

InstanceCountRequired

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

NetTypeRequired

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

AcceptLanguageOptional

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

AclEntryListOptional

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

ClusterAliasNameOptional

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

ConnectionTypeOptional

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

DiskTypeOptional

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

MseVersionOptional

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

PrivateSlbSpecificationOptional

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

PubNetworkFlowOptional

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

PubSlbSpecificationOptional

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

RequestParsOptional

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

VpcIdOptional

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

VSwitchIdOptional

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