GetDedicatedHostsHost

data class GetDedicatedHostsHost(val allocationStatus: String, val bastionInstanceId: String, val cpuAllocationRatio: String, val cpuUsed: String, val createTime: String, val dedicatedHostGroupId: String, val dedicatedHostId: String, val diskAllocationRatio: String, val ecsClassCode: String, val endTime: String, val engine: String, val expiredTime: String, val hostClass: String, val hostCpu: String, val hostMem: String, val hostName: String, val hostStorage: String, val hostType: String, val id: String, val imageCategory: String, val ipAddress: String, val memAllocationRatio: String, val memoryUsed: String, val openPermission: String, val status: String, val storageUsed: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(allocationStatus: String, bastionInstanceId: String, cpuAllocationRatio: String, cpuUsed: String, createTime: String, dedicatedHostGroupId: String, dedicatedHostId: String, diskAllocationRatio: String, ecsClassCode: String, endTime: String, engine: String, expiredTime: String, hostClass: String, hostCpu: String, hostMem: String, hostName: String, hostStorage: String, hostType: String, id: String, imageCategory: String, ipAddress: String, memAllocationRatio: String, memoryUsed: String, openPermission: String, status: String, storageUsed: String, tags: Map<String, String>, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether instances can be created on the host. Valid values: 1 or 0. 1: Instances can be created on the host. 0: Instances cannot be created on the host.

Link copied to clipboard

The ID of the bastion host with which the host is associated.

Link copied to clipboard

The numeric value of the CPU over commit ratio of the dedicated cluster.

Link copied to clipboard

The number of CPU cores used by the host.

Link copied to clipboard

The time when the host was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The ID of the dedicated cluster in which the host is created.

Link copied to clipboard

The ID of the host.

Link copied to clipboard

The disk usage in percentage.

Link copied to clipboard

The Elastic Compute Service (ECS) instance type.

Link copied to clipboard

The time when the host expires. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The type of the database engine that is used by the host.

Link copied to clipboard

The time when the host expires. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The instance type of the host.

Link copied to clipboard

The number of CPU cores specified for the host. Unit: core.

Link copied to clipboard

The memory of the host. Unit: GB.

Link copied to clipboard

The name of the host.

Link copied to clipboard

The total storage capacity of the host. Unit: GB.

Link copied to clipboard

The storage type of the host.

Link copied to clipboard
val id: String

The ID of the Dedicated Host. The value formats as <dedicated_host_group_id>:<dedicated_host_id>.

Link copied to clipboard

The image type of the host.

Link copied to clipboard

The IP address of the host.

Link copied to clipboard

The memory usage in percentage.

Link copied to clipboard

The amount of memory used by the host. Unit: GB.

Link copied to clipboard

Indicates whether you have the OS permissions on the host. Valid values: 0: You do not have the OS permissions on the host. 1: You have the OS permissions on the host.

Link copied to clipboard

The state of the host.

Link copied to clipboard

The storage usage of the host. Unit: GB.

Link copied to clipboard

The tag of the resource.

Link copied to clipboard

The ID of the virtual private cloud (VPC) to which the host is connected.

Link copied to clipboard

The ID of the vSwitch.

Link copied to clipboard

The zone ID of the host.