InplaceUpgradeDetails

class oci.ocvp.models.InplaceUpgradeDetails(**kwargs)

Bases: object

The details for upgrading ESXi host.

Methods

__init__(**kwargs) Initializes a new InplaceUpgradeDetails object with values from keyword arguments.

Attributes

vcf_byol_allocation_id Gets the vcf_byol_allocation_id of this InplaceUpgradeDetails.
__init__(**kwargs)

Initializes a new InplaceUpgradeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:vcf_byol_allocation_id (str) – The value to assign to the vcf_byol_allocation_id property of this InplaceUpgradeDetails.
vcf_byol_allocation_id

Gets the vcf_byol_allocation_id of this InplaceUpgradeDetails. The OCID of the Byol Allocation for VCF (VMware Cloud Foundation) deployment.

Returns:The vcf_byol_allocation_id of this InplaceUpgradeDetails.
Return type:str