Package version:

Interface DedicatedHostInstanceView

The instance view of a dedicated host.

interface DedicatedHostInstanceView {
    assetId?: string;
    availableCapacity?: DedicatedHostAvailableCapacity;
    statuses?: InstanceViewStatus[];
}

Hierarchy (view full)

Properties

assetId?: string

Specifies the unique id of the dedicated physical machine on which the dedicated host resides. NOTE: This property will not be serialized. It can only be populated by the server.

availableCapacity?: DedicatedHostAvailableCapacity

Unutilized capacity of the dedicated host.

statuses?: InstanceViewStatus[]

The resource status information.