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

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