DedicatedHostInstanceViewResponse

data class DedicatedHostInstanceViewResponse(val assetId: String, val availableCapacity: DedicatedHostAvailableCapacityResponse? = null, val statuses: List<InstanceViewStatusResponse>? = null)

The instance view of a dedicated host.

Constructors

Link copied to clipboard
constructor(assetId: String, availableCapacity: DedicatedHostAvailableCapacityResponse? = null, statuses: List<InstanceViewStatusResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the unique id of the dedicated physical machine on which the dedicated host resides.

Link copied to clipboard

Unutilized capacity of the dedicated host.

Link copied to clipboard

The resource status information.