DedicatedHostInstanceViewOutput interface
The instance view of a dedicated host.
Properties
| asset |
Specifies the unique id of the dedicated physical machine on which the dedicated host resides. |
| available |
Unutilized capacity of the dedicated host. |
| statuses | The resource status information. |
Property Details
assetId
Specifies the unique id of the dedicated physical machine on which the dedicated host resides.
assetId?: string
Property Value
string
availableCapacity
Unutilized capacity of the dedicated host.
availableCapacity?: DedicatedHostAvailableCapacityOutput
Property Value
statuses
The resource status information.
statuses?: InstanceViewStatusOutput[]