InplaceUpgradeDetails

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

Bases: object

The details for upgrading ESXi host.

Attributes

INITIAL_FAULT_DOMAIN_HOST_DISTRIBUTION_EVENLY_DISTRIBUTED A constant which can be used with the initial_fault_domain_host_distribution property of a InplaceUpgradeDetails.
INITIAL_FAULT_DOMAIN_HOST_DISTRIBUTION_UNEVENLY_DISTRIBUTED A constant which can be used with the initial_fault_domain_host_distribution property of a InplaceUpgradeDetails.
initial_fault_domain_host_distribution Gets the initial_fault_domain_host_distribution of this InplaceUpgradeDetails.
vcf_byol_allocation_id Gets the vcf_byol_allocation_id of this InplaceUpgradeDetails.

Methods

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

A constant which can be used with the initial_fault_domain_host_distribution property of a InplaceUpgradeDetails. This constant has a value of “EVENLY_DISTRIBUTED”

INITIAL_FAULT_DOMAIN_HOST_DISTRIBUTION_UNEVENLY_DISTRIBUTED = 'UNEVENLY_DISTRIBUTED'

A constant which can be used with the initial_fault_domain_host_distribution property of a InplaceUpgradeDetails. This constant has a value of “UNEVENLY_DISTRIBUTED”

__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:
  • initial_fault_domain_host_distribution (str) – The value to assign to the initial_fault_domain_host_distribution property of this InplaceUpgradeDetails. Allowed values for this property are: “EVENLY_DISTRIBUTED”, “UNEVENLY_DISTRIBUTED”
  • vcf_byol_allocation_id (str) – The value to assign to the vcf_byol_allocation_id property of this InplaceUpgradeDetails.
initial_fault_domain_host_distribution

Gets the initial_fault_domain_host_distribution of this InplaceUpgradeDetails. Initial Fault Domain Host distribution mode for the ESXi host.

Allowed values for this property are: “EVENLY_DISTRIBUTED”, “UNEVENLY_DISTRIBUTED”

Returns:The initial_fault_domain_host_distribution of this InplaceUpgradeDetails.
Return type:str
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