Class InplaceUpgradeDetails
The details for upgrading ESXi host.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class InplaceUpgradeDetails
Properties
InitialFaultDomainHostDistribution
Declaration
[JsonProperty(PropertyName = "initialFaultDomainHostDistribution")]
[JsonConverter(typeof(StringEnumConverter))]
public FaultDomainHostDistributionModes? InitialFaultDomainHostDistribution { get; set; }
Property Value
| Type | Description |
|---|---|
| FaultDomainHostDistributionModes? | Initial Fault Domain Host distribution mode for the ESXi host. |
VcfByolAllocationId
Declaration
[JsonProperty(PropertyName = "vcfByolAllocationId")]
public string VcfByolAllocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Byol Allocation for VCF (VMware Cloud Foundation) deployment. |