DedicatedHostInstanceView Class

The instance view of a dedicated host.

Constructor

DedicatedHostInstanceView()

Variables

Name Description
asset_id
str

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

available_capacity
<xref:<xref:"DedicatedHostAvailableCapacity">>

Unutilized capacity of the dedicated host.

statuses
list[<xref:"InstanceViewStatus">]

The resource status information.

Attributes

assetId

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

assetId: str

availableCapacity

Unutilized capacity of the dedicated host.

availableCapacity: DedicatedHostAvailableCapacity

statuses

The resource status information.

statuses: list[azure.mgmt.compute.types.InstanceViewStatus]