GetClustersCluster

data class GetClustersCluster(val accountType: String, val applications: List<GetClustersClusterApplication>, val clientVersion: String, val clusterId: String, val clusterName: String, val computeCount: Int, val computeInstanceType: String, val createTime: String, val deployMode: String, val description: String, val haEnable: Boolean, val id: String, val imageId: String, val imageOwnerAlias: String, val loginCount: Int, val loginInstanceType: String, val managerCount: Int, val managerInstanceType: String, val osTag: String, val postInstallScripts: List<GetClustersClusterPostInstallScript>, val remoteDirectory: String, val sccClusterId: String, val schedulerType: String, val securityGroupId: String, val status: String, val volumeId: String, val volumeMountpoint: String, val volumeProtocol: String, val volumeType: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(accountType: String, applications: List<GetClustersClusterApplication>, clientVersion: String, clusterId: String, clusterName: String, computeCount: Int, computeInstanceType: String, createTime: String, deployMode: String, description: String, haEnable: Boolean, id: String, imageId: String, imageOwnerAlias: String, loginCount: Int, loginInstanceType: String, managerCount: Int, managerInstanceType: String, osTag: String, postInstallScripts: List<GetClustersClusterPostInstallScript>, remoteDirectory: String, sccClusterId: String, schedulerType: String, securityGroupId: String, status: String, volumeId: String, volumeMountpoint: String, volumeProtocol: String, volumeType: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The server type of the account.

Link copied to clipboard

A list of clustered applications.

Link copied to clipboard

The version number of the client used by the cluster.

Link copied to clipboard

The id of E-HPC Cluster.

Link copied to clipboard

The name of E-HPC cluster.

Link copied to clipboard

The number of compute nodes in the cluster.

Link copied to clipboard

Cluster compute node specifications.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

Cluster deployment mode. Possible values:

Link copied to clipboard

The description of E-HPC cluster.

Link copied to clipboard

Whether to turn on high availability. If high availability is enabled, each control role in the cluster will use two primary and secondary instances.

Link copied to clipboard
val id: String

The ID of the Cluster.

Link copied to clipboard

The ID of the Image.

Link copied to clipboard

The type of the image.

Link copied to clipboard

The number of cluster login nodes. Only configuration 1 is supported.

Link copied to clipboard

Cluster login node specifications.

Link copied to clipboard

The number of control nodes.

Link copied to clipboard

The instance type of manager nodes.

Link copied to clipboard

The image tag of the operating system.

Link copied to clipboard

List of post-installation scripts.

Link copied to clipboard

Mount the remote directory of the shared storage.

Link copied to clipboard

The SccCluster ID used by the cluster. If the cluster is not an SCC model, it is empty.

Link copied to clipboard

Dispatch server type.

Link copied to clipboard

The ID of the security group.

Link copied to clipboard

The status of the resource. Valid values:

Link copied to clipboard

The ID of the NAS instance. Currently, you cannot automatically create an Alibaba Cloud NAS instance.

Link copied to clipboard

The mount target of the file system. Mount targets cannot be automatically created for NAS file systems.

Link copied to clipboard

The type of the protocol that is used by the file system.

Link copied to clipboard

The type of the network shared storage. Valid value: NAS.

Link copied to clipboard

The ID of the VPC network.

Link copied to clipboard

The vswitch id.

Link copied to clipboard

The available zone ID.