DedicatedHostProperties interface
Properties of the dedicated host.
Properties
| auto |
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. |
| license |
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. |
| platform |
Fault domain of the dedicated host within a dedicated host group. |
Property Details
autoReplaceOnFailure
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
autoReplaceOnFailure?: boolean
Property Value
boolean
licenseType
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
Default: None
licenseType?: "None" | "Windows_Server_Hybrid" | "Windows_Server_Perpetual"
Property Value
"None" | "Windows_Server_Hybrid" | "Windows_Server_Perpetual"
platformFaultDomain
Fault domain of the dedicated host within a dedicated host group.
platformFaultDomain?: number
Property Value
number