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. | 
ClusterNameRequired 
public object ClusterName { get; set; }
- Type: object
 
SharedStoragesRequired 
public object SharedStorages { get; set; }
- Type: object
 
VpcIdRequired 
public object VpcId { get; set; }
- Type: object
 
VSwitchIdRequired 
public object VSwitchId { get; set; }
- Type: object
 
AdditionalPackagesOptional 
public object AdditionalPackages { get; set; }
- Type: object
 
AddonsOptional 
public object Addons { get; set; }
- Type: object
 
ClientVersionOptional 
public object ClientVersion { get; set; }
- Type: object
 
ClusterCategoryOptional 
public object ClusterCategory { get; set; }
- Type: object
 
ClusterCredentialsOptional 
public object ClusterCredentials { get; set; }
- Type: object
 
ClusterCustomConfigurationOptional 
public object ClusterCustomConfiguration { get; set; }
- Type: object
 
ClusterDescriptionOptional 
public object ClusterDescription { get; set; }
- Type: object
 
ClusterModeOptional 
public object ClusterMode { get; set; }
- Type: object
 
DeletionProtectionOptional 
public object DeletionProtection { get; set; }
- Type: object
 
IsEnterpriseSecurityGroupOptional 
public object IsEnterpriseSecurityGroup { get; set; }
- Type: object
 
ManagerOptional 
public object Manager { get; set; }
- Type: object
 
MaxCoreCountOptional 
public object MaxCoreCount { get; set; }
- Type: object
 
MaxCountOptional 
public object MaxCount { get; set; }
- Type: object
 
QueuesOptional 
public object Queues { get; set; }
- Type: object
 
ResourceGroupIdOptional 
public object ResourceGroupId { get; set; }
- Type: object
 
SecurityGroupIdOptional 
public object SecurityGroupId { get; set; }
- Type: object
 
TagsOptional 
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]