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. |
ClusterSpecification
Required
public object ClusterSpecification { get; set; }
- Type: object
ClusterType
Required
public object ClusterType { get; set; }
- Type: object
ClusterVersion
Required
public object ClusterVersion { get; set; }
- Type: object
InstanceCount
Required
public object InstanceCount { get; set; }
- Type: object
NetType
Required
public object NetType { get; set; }
- Type: object
AcceptLanguage
Optional
public object AcceptLanguage { get; set; }
- Type: object
AclEntryList
Optional
public object AclEntryList { get; set; }
- Type: object
ClusterAliasName
Optional
public object ClusterAliasName { get; set; }
- Type: object
ConnectionType
Optional
public object ConnectionType { get; set; }
- Type: object
DiskType
Optional
public object DiskType { get; set; }
- Type: object
MseVersion
Optional
public object MseVersion { get; set; }
- Type: object
PrivateSlbSpecification
Optional
public object PrivateSlbSpecification { get; set; }
- Type: object
PubNetworkFlow
Optional
public object PubNetworkFlow { get; set; }
- Type: object
PubSlbSpecification
Optional
public object PubSlbSpecification { get; set; }
- Type: object
RequestPars
Optional
public object RequestPars { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object