RosClusterV2Props
Properties for defining a RosClusterV2
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-clusterv2
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new RosClusterV2Props {
object ClusterName,
object SharedStorages,
object VpcId,
object VSwitchId,
object AdditionalPackages = null,
object Addons = null,
object ClientVersion = null,
object ClusterCategory = null,
object ClusterCredentials = null,
object ClusterCustomConfiguration = null,
object ClusterDescription = null,
object ClusterMode = null,
object DeletionProtection = null,
object IsEnterpriseSecurityGroup = null,
object Manager = null,
object MaxCoreCount = null,
object MaxCount = null,
object Queues = null,
object ResourceGroupId = null,
object SecurityGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterName |
object |
No description. |
SharedStorages |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
AdditionalPackages |
object |
No description. |
Addons |
object |
No description. |
ClientVersion |
object |
No description. |
ClusterCategory |
object |
No description. |
ClusterCredentials |
object |
No description. |
ClusterCustomConfiguration |
object |
No description. |
ClusterDescription |
object |
No description. |
ClusterMode |
object |
No description. |
DeletionProtection |
object |
No description. |
IsEnterpriseSecurityGroup |
object |
No description. |
Manager |
object |
No description. |
MaxCoreCount |
object |
No description. |
MaxCount |
object |
No description. |
Queues |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ClusterName
Required
public object ClusterName { get; set; }
- Type: object
SharedStorages
Required
public object SharedStorages { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
AdditionalPackages
Optional
public object AdditionalPackages { get; set; }
- Type: object
Addons
Optional
public object Addons { get; set; }
- Type: object
ClientVersion
Optional
public object ClientVersion { get; set; }
- Type: object
ClusterCategory
Optional
public object ClusterCategory { get; set; }
- Type: object
ClusterCredentials
Optional
public object ClusterCredentials { get; set; }
- Type: object
ClusterCustomConfiguration
Optional
public object ClusterCustomConfiguration { get; set; }
- Type: object
ClusterDescription
Optional
public object ClusterDescription { get; set; }
- Type: object
ClusterMode
Optional
public object ClusterMode { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
IsEnterpriseSecurityGroup
Optional
public object IsEnterpriseSecurityGroup { get; set; }
- Type: object
Manager
Optional
public object Manager { get; set; }
- Type: object
MaxCoreCount
Optional
public object MaxCoreCount { get; set; }
- Type: object
MaxCount
Optional
public object MaxCount { get; set; }
- Type: object
Queues
Optional
public object Queues { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]