DedicatedHostInstanceView Class
The instance view of a dedicated host.
Constructor
DedicatedHostInstanceView(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
asset_id
|
Specifies the unique id of the dedicated physical machine on which the dedicated host resides. |
|
available_capacity
|
Unutilized capacity of the dedicated host. |
|
statuses
|
The resource status information. |
Attributes
asset_id
Specifies the unique id of the dedicated physical machine on which the dedicated host resides.
asset_id: str | None
available_capacity
Unutilized capacity of the dedicated host.
available_capacity: _models.DedicatedHostAvailableCapacity | None
statuses
The resource status information.
statuses: list['_models.InstanceViewStatus'] | None