GetAssetsAsset

data class GetAssetsAsset(val clusterId: String, val clusterName: String, val createTime: String, val id: String, val instanceId: String, val instanceName: String, val internetIp: String, val intranetIp: String, val status: String, val uuid: String, val vpcInstanceId: String)

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterName: String, createTime: String, id: String, instanceId: String, instanceName: String, internetIp: String, intranetIp: String, status: String, uuid: String, vpcInstanceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the cluster.

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

The creation time of the resource

Link copied to clipboard
val id: String

The UUID of the asset.

Link copied to clipboard

The ID of the asset.

Link copied to clipboard

The name of the asset.

Link copied to clipboard

The public IP address of the asset.

Link copied to clipboard

The private IP address of the asset.

Link copied to clipboard

The status of the asset. Valid values:

Link copied to clipboard

The UUID of the asset. Same as id.

Link copied to clipboard

The ID of the VPC to which the asset belongs.