DedicatedHostInstanceViewWithName interface

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.

Extends

Properties

name

The name of the dedicated host. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

assetId

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

Unutilized capacity of the dedicated host.

statuses

The resource status information.

Property Details

name

The name of the dedicated host. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited Property Details

assetId

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.

assetId?: string

Property Value

string

Inherited From DedicatedHostInstanceView.assetId

availableCapacity

Unutilized capacity of the dedicated host.

availableCapacity?: DedicatedHostAvailableCapacity

Property Value

Inherited From DedicatedHostInstanceView.availableCapacity

statuses

The resource status information.

statuses?: InstanceViewStatus[]

Property Value

Inherited From DedicatedHostInstanceView.statuses