ruạṛ
a N��f� � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�VmPropertiesz- Virtual machine related properties. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new VmProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hypervisor_vendor: The value to assign to the hypervisor_vendor property of this VmProperties. :type hypervisor_vendor: str :param hypervisor_version: The value to assign to the hypervisor_version property of this VmProperties. :type hypervisor_version: str :param hypervisor_host: The value to assign to the hypervisor_host property of this VmProperties. :type hypervisor_host: str �str)�hypervisor_vendor�hypervisor_version�hypervisor_host�hypervisorVendor�hypervisorVersion�hypervisorHostN)� swagger_types� attribute_map�_hypervisor_vendor�_hypervisor_version�_hypervisor_host)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/vm_properties.py�__init__ s ��zVmProperties.__init__c C s | j S )z� Gets the hypervisor_vendor of this VmProperties. Hypervisor vendor. :return: The hypervisor_vendor of this VmProperties. :rtype: str �r �r r r r r 2 s zVmProperties.hypervisor_vendorc C s || _ dS )z� Sets the hypervisor_vendor of this VmProperties. Hypervisor vendor. :param hypervisor_vendor: The hypervisor_vendor of this VmProperties. :type: str Nr )r r r r r r >