DedicatedHostInstanceViewWithNameResponse

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

The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group.

Constructors

constructor(assetId: String, availableCapacity: DedicatedHostAvailableCapacityResponse? = null, name: String, 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 name of the dedicated host.

Link copied to clipboard

The resource status information.