Show / Hide Table of Contents

Class InplaceUpgradeDetails

The details for upgrading ESXi host.

Inheritance
object
InplaceUpgradeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top