RosClusterProps
Properties for defining a RosCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-cluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosClusterProps {
object ClusterName,
object ClusterType,
object NetworkMode,
object LogicalRegionId = null,
object OversoldFactor = null,
object ResourceGroupId = null,
object VpcId = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterName |
object |
No description. |
ClusterType |
object |
No description. |
NetworkMode |
object |
No description. |
LogicalRegionId |
object |
No description. |
OversoldFactor |
object |
No description. |
ResourceGroupId |
object |
No description. |
VpcId |
object |
No description. |
ClusterName
Required
public object ClusterName { get; set; }
- Type: object
ClusterType
Required
public object ClusterType { get; set; }
- Type: object
NetworkMode
Required
public object NetworkMode { get; set; }
- Type: object
LogicalRegionId
Optional
public object LogicalRegionId { get; set; }
- Type: object
OversoldFactor
Optional
public object OversoldFactor { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object