DedicatedHostGroupProperties Class
Dedicated Host Group Properties.
Constructor
DedicatedHostGroupProperties()
Variables
| Name | Description |
|---|---|
|
platform_fault_domain_count
|
Number of fault domains that the host group can span. Required. |
|
hosts
|
list[<xref:"SubResourceReadOnly">]
A list of references to all dedicated hosts in the dedicated host group. |
|
instance_view
|
<xref:<xref:"DedicatedHostGroupInstanceView">>
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. |
|
support_automatic_placement
|
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. Minimum api-version: 2020-06-01. |
|
additional_capabilities
|
<xref:<xref:"DedicatedHostGroupPropertiesAdditionalCapabilities">>
Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01. |
Attributes
additionalCapabilities
2022-03-01.
additionalCapabilities: DedicatedHostGroupPropertiesAdditionalCapabilities
hosts
A list of references to all dedicated hosts in the dedicated host group.
hosts: list[azure.mgmt.compute.types.SubResourceReadOnly]
instanceView
The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
instanceView: DedicatedHostGroupInstanceView
platformFaultDomainCount
Number of fault domains that the host group can span. Required.
platformFaultDomainCount: int
supportAutomaticPlacement
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. Minimum api-version: 2020-06-01.
supportAutomaticPlacement: bool