ruạṛ
a ���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_hostZhypervisorVendorZhypervisorVersionZhypervisorHostN)Z swagger_typesZ attribute_map�_hypervisor_vendor�_hypervisor_version�_hypervisor_host)�self�kwargs� r �I/usr/lib/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 4 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 @ s c C s | j S )z� Gets the hypervisor_version of this VmProperties. Hypervisor version. :return: The hypervisor_version of this VmProperties. :rtype: str �r r r r r r L s zVmProperties.hypervisor_versionc C s || _ dS )z� Sets the hypervisor_version of this VmProperties. Hypervisor version. :param hypervisor_version: The hypervisor_version of this VmProperties. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the hypervisor_host of this VmProperties. Host name/IP address of VM on which the host is running. :return: The hypervisor_host of this VmProperties. :rtype: str �r r r r r r d s zVmProperties.hypervisor_hostc C s || _ dS )z� Sets the hypervisor_host of this VmProperties. Host name/IP address of VM on which the host is running. :param hypervisor_host: The hypervisor_host of this VmProperties. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zVmProperties.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zVmProperties.__eq__c C s | |k S r r r r r r �__ne__� s zVmProperties.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"