GetDedicatedHostsHost

data class GetDedicatedHostsHost(val actionOnMaintenance: String, val autoPlacement: String, val autoReleaseTime: String, val capacities: List<GetDedicatedHostsHostCapacity>, val cores: Int, val cpuOverCommitRatio: Double, val dedicatedHostId: String, val dedicatedHostName: String, val dedicatedHostType: String, val description: String, val expiredTime: String, val gpuSpec: String, val id: String, val instances: List<GetDedicatedHostsHostInstance>, val machineId: String, val networkAttributes: List<GetDedicatedHostsHostNetworkAttribute>, val operationLocks: List<GetDedicatedHostsHostOperationLock>, val paymentType: String, val physicalGpus: Int, val resourceGroupId: String, val saleCycle: String, val sockets: Int, val status: String, val supportedCustomInstanceTypeFamilies: List<String>, val supportedInstanceTypeFamilies: List<String>, val supportedInstanceTypesLists: List<String>, val tags: Map<String, String>, val zoneId: String)

Constructors

Link copied to clipboard
constructor(actionOnMaintenance: String, autoPlacement: String, autoReleaseTime: String, capacities: List<GetDedicatedHostsHostCapacity>, cores: Int, cpuOverCommitRatio: Double, dedicatedHostId: String, dedicatedHostName: String, dedicatedHostType: String, description: String, expiredTime: String, gpuSpec: String, id: String, instances: List<GetDedicatedHostsHostInstance>, machineId: String, networkAttributes: List<GetDedicatedHostsHostNetworkAttribute>, operationLocks: List<GetDedicatedHostsHostOperationLock>, paymentType: String, physicalGpus: Int, resourceGroupId: String, saleCycle: String, sockets: Int, status: String, supportedCustomInstanceTypeFamilies: List<String>, supportedInstanceTypeFamilies: List<String>, supportedInstanceTypesLists: List<String>, tags: Map<String, String>, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The policy used to migrate the instances from the dedicated host when the dedicated host fails or needs to be repaired online.

Link copied to clipboard

Specifies whether to add the dedicated host to the resource pool for automatic deployment.

Link copied to clipboard

The automatic release time of the dedicated host.

Link copied to clipboard

(Available since v1.123.1) A collection of proprietary host performance indicators.

Link copied to clipboard
val cores: Int

A mapping of tags to assign to the resource.

Link copied to clipboard

(Available since v1.123.1) CPU oversold ratio.

Link copied to clipboard

The ID of ECS Dedicated Host.

Link copied to clipboard

The name of ECS Dedicated Host.

Link copied to clipboard

The type of the dedicated host.

Link copied to clipboard

The description of the dedicated host.

Link copied to clipboard

The expiration time of the subscription dedicated host.

Link copied to clipboard

The GPU model.

Link copied to clipboard
val id: String

ID of the ECS Dedicated Host.

Link copied to clipboard

(Available since v1.250.0) The ECS instances that were created on the dedicated host.

Link copied to clipboard

The machine code of the dedicated host.

Link copied to clipboard

dedicated host network parameters. contains the following attributes:

Link copied to clipboard

The reason why the dedicated host resource is locked. See operation_locks below.

Link copied to clipboard

The billing method of the dedicated host.

Link copied to clipboard

The number of physical GPUs.

Link copied to clipboard

The ID of the resource group to which the ECS Dedicated Host belongs.

Link copied to clipboard

The unit of the subscription billing method.

Link copied to clipboard

The number of physical CPUs.

Link copied to clipboard

The status of the ECS Dedicated Host. Valid Value: Available, Creating, PermanentFailure, Released, UnderAssessment.

Link copied to clipboard

(Available since v1.123.1) A custom instance type family supported by a dedicated host.

Link copied to clipboard

(Available since v1.123.1) ECS instance type family supported by the dedicated host.

Link copied to clipboard

The list of ECS instance.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The zone ID of the ECS Dedicated Host.