DedicatedHostProperties Class
Properties of the dedicated host.
Constructor
DedicatedHostProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
platform_fault_domain
|
Fault domain of the dedicated host within a dedicated host group. |
|
auto_replace_on_failure
|
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. |
|
host_id
|
A unique id generated and assigned to the dedicated host by the platform. Does not change throughout the lifetime of the host. |
|
virtual_machines
|
A list of references to all virtual machines in the Dedicated Host. |
|
license_type
|
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: None, Windows_Server_Hybrid, Windows_Server_Perpetual. The default value is: None.. Known values are: "None", "Windows_Server_Hybrid", and "Windows_Server_Perpetual". |
|
provisioning_time
|
The date when the host was first provisioned. |
|
provisioning_state
|
The provisioning state, which only appears in the response. |
|
instance_view
|
The dedicated host instance view. |
|
time_created
|
Specifies the time at which the Dedicated Host resource was created. Minimum api-version: 2021-11-01. |
Attributes
auto_replace_on_failure
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
auto_replace_on_failure: bool | None
host_id
A unique id generated and assigned to the dedicated host by the platform. Does not change throughout the lifetime of the host.
host_id: str | None
instance_view
The dedicated host instance view.
instance_view: _models.DedicatedHostInstanceView | None
license_type
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: None, Windows_Server_Hybrid, Windows_Server_Perpetual. The default value is: None.. Known values are: "None", "Windows_Server_Hybrid", and "Windows_Server_Perpetual".
license_type: str | _models.DedicatedHostLicenseTypes | None
platform_fault_domain
Fault domain of the dedicated host within a dedicated host group.
platform_fault_domain: int | None
provisioning_state
The provisioning state, which only appears in the response.
provisioning_state: str | None
provisioning_time
The date when the host was first provisioned.
provisioning_time: datetime | None
time_created
Specifies the time at which the Dedicated Host resource was created. Minimum api-version: 2021-11-01.
time_created: datetime | None
virtual_machines
A list of references to all virtual machines in the Dedicated Host.
virtual_machines: list['_models.SubResourceReadOnly'] | None