Skip to content

RosClusterV2Props

Properties for defining a RosClusterV2.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-clusterv2

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc"
&alicloudroscdkehpc.RosClusterV2Props {
    ClusterName: interface{},
    SharedStorages: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    AdditionalPackages: interface{},
    Addons: interface{},
    ClientVersion: interface{},
    ClusterCategory: interface{},
    ClusterCredentials: interface{},
    ClusterCustomConfiguration: interface{},
    ClusterDescription: interface{},
    ClusterMode: interface{},
    DeletionProtection: interface{},
    IsEnterpriseSecurityGroup: interface{},
    Manager: interface{},
    MaxCoreCount: interface{},
    MaxCount: interface{},
    Queues: interface{},
    ResourceGroupId: interface{},
    SecurityGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc.RosClusterV2.TagsProperty,
}

Properties

Name Type Description
ClusterName interface{} No description.
SharedStorages interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
AdditionalPackages interface{} No description.
Addons interface{} No description.
ClientVersion interface{} No description.
ClusterCategory interface{} No description.
ClusterCredentials interface{} No description.
ClusterCustomConfiguration interface{} No description.
ClusterDescription interface{} No description.
ClusterMode interface{} No description.
DeletionProtection interface{} No description.
IsEnterpriseSecurityGroup interface{} No description.
Manager interface{} No description.
MaxCoreCount interface{} No description.
MaxCount interface{} No description.
Queues interface{} No description.
ResourceGroupId interface{} No description.
SecurityGroupId interface{} No description.
Tags *[]TagsProperty No description.

ClusterNameRequired

ClusterName interface{}
  • Type: interface{}

SharedStoragesRequired

SharedStorages interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

AdditionalPackagesOptional

AdditionalPackages interface{}
  • Type: interface{}

AddonsOptional

Addons interface{}
  • Type: interface{}

ClientVersionOptional

ClientVersion interface{}
  • Type: interface{}

ClusterCategoryOptional

ClusterCategory interface{}
  • Type: interface{}

ClusterCredentialsOptional

ClusterCredentials interface{}
  • Type: interface{}

ClusterCustomConfigurationOptional

ClusterCustomConfiguration interface{}
  • Type: interface{}

ClusterDescriptionOptional

ClusterDescription interface{}
  • Type: interface{}

ClusterModeOptional

ClusterMode interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

IsEnterpriseSecurityGroupOptional

IsEnterpriseSecurityGroup interface{}
  • Type: interface{}

ManagerOptional

Manager interface{}
  • Type: interface{}

MaxCoreCountOptional

MaxCoreCount interface{}
  • Type: interface{}

MaxCountOptional

MaxCount interface{}
  • Type: interface{}

QueuesOptional

Queues interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty