ruạṛ
a ���fM � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ReplaceHostDetailsz. The details for replacing ESXi host. c K s ddi| _ ddi| _d| _dS )a� Initializes a new ReplaceHostDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param esxi_software_version: The value to assign to the esxi_software_version property of this ReplaceHostDetails. :type esxi_software_version: str �esxi_software_version�strZesxiSoftwareVersionN)Z swagger_typesZ attribute_map�_esxi_software_version)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/ocvp/models/replace_host_details.py�__init__ s ��zReplaceHostDetails.__init__c C s | j S )a� 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 :func:`list_supported_vmware_software_versions`. :return: The esxi_software_version of this ReplaceHostDetails. :rtype: str �r �r r r r r &