📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ocvp
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ocvp/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: supported_vmware_software_version_summary.cpython-39.opt-1.pyc
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 )�%SupportedVmwareSoftwareVersionSummaryzj A specific version of bundled VMware software supported by the Oracle Cloud VMware Solution. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a! Initializes a new SupportedVmwareSoftwareVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this SupportedVmwareSoftwareVersionSummary. :type version: str :param description: The value to assign to the description property of this SupportedVmwareSoftwareVersionSummary. :type description: str :param esxi_software_versions: The value to assign to the esxi_software_versions property of this SupportedVmwareSoftwareVersionSummary. :type esxi_software_versions: list[oci.ocvp.models.SupportedEsxiSoftwareVersionSummary] �strz)list[SupportedEsxiSoftwareVersionSummary])�version�description�esxi_software_versionsr r ZesxiSoftwareVersionsN)Z swagger_typesZ attribute_map�_version�_description�_esxi_software_versions)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/ocvp/models/supported_vmware_software_version_summary.py�__init__ s ��z.SupportedVmwareSoftwareVersionSummary.__init__c C s | j S )a **[Required]** Gets the version of this SupportedVmwareSoftwareVersionSummary. A short, unique string that identifies the version of bundled software. :return: The version of this SupportedVmwareSoftwareVersionSummary. :rtype: str �r �r r r r r 5 s z-SupportedVmwareSoftwareVersionSummary.versionc C s || _ dS )a Sets the version of this SupportedVmwareSoftwareVersionSummary. A short, unique string that identifies the version of bundled software. :param version: The version of this SupportedVmwareSoftwareVersionSummary. :type: str Nr )r r r r r r A s c C s | j S )z� **[Required]** Gets the description of this SupportedVmwareSoftwareVersionSummary. A description of the software in the bundle. :return: The description of this SupportedVmwareSoftwareVersionSummary. :rtype: str �r r r r r r M s z1SupportedVmwareSoftwareVersionSummary.descriptionc C s || _ dS )z� Sets the description of this SupportedVmwareSoftwareVersionSummary. A description of the software in the bundle. :param description: The description of this SupportedVmwareSoftwareVersionSummary. :type: str Nr )r r r r r r Y s c C s | j S )a; Gets the esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. A list of supported ESXi software versions. :return: The esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. :rtype: list[oci.ocvp.models.SupportedEsxiSoftwareVersionSummary] �r r r r r r e s z<SupportedVmwareSoftwareVersionSummary.esxi_software_versionsc C s || _ dS )aP Sets the esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. A list of supported ESXi software versions. :param esxi_software_versions: The esxi_software_versions of this SupportedVmwareSoftwareVersionSummary. :type: list[oci.ocvp.models.SupportedEsxiSoftwareVersionSummary] Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s z.SupportedVmwareSoftwareVersionSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z,SupportedVmwareSoftwareVersionSummary.__eq__c C s | |k S r r r r r r �__ne__� s z,SupportedVmwareSoftwareVersionSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"