ReplaceHostDetails

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

Bases: object

The details for replacing ESXi host.

Methods

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

Attributes

esxi_software_version Gets the esxi_software_version of this ReplaceHostDetails.
__init__(**kwargs)

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

Parameters:esxi_software_version (str) – The value to assign to the esxi_software_version property of this ReplaceHostDetails.
esxi_software_version

Gets the esxi_software_version of this ReplaceHostDetails. The ESXi software bundle to install on the ESXi host. Only versions under the same vmwareSoftwareVersion and have been validate by Oracle Cloud VMware Solution will be accepted. To get a list of the available versions, use list_supported_vmware_software_versions().

Returns:The esxi_software_version of this ReplaceHostDetails.
Return type:str