📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
ocvp
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/ocvp/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: supported_host_shape_summary.pyc
a O��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 @ sB e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�SupportedHostShapeSummaryzQ A specific compute shape supported by the Oracle Cloud VMware Solution. �CREATE_SDDC�DELETE_SDDC�CREATE_ESXI_HOST�DELETE_ESXI_HOST�UPGRADE_HCX� DOWNGRADE_HCX�CANCEL_DOWNGRADE_HCX�REFRESH_HCX_LICENSE_STATUS� PRODUCTION�NON_PRODUCTIONc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aN Initializes a new SupportedHostShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this SupportedHostShapeSummary. :type name: str :param supported_operations: The value to assign to the supported_operations property of this SupportedHostShapeSummary. Allowed values for items in this list are: "CREATE_SDDC", "DELETE_SDDC", "CREATE_ESXI_HOST", "DELETE_ESXI_HOST", "UPGRADE_HCX", "DOWNGRADE_HCX", "CANCEL_DOWNGRADE_HCX", "REFRESH_HCX_LICENSE_STATUS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type supported_operations: list[str] :param shape_family: The value to assign to the shape_family property of this SupportedHostShapeSummary. :type shape_family: str :param default_ocpu_count: The value to assign to the default_ocpu_count property of this SupportedHostShapeSummary. :type default_ocpu_count: float :param supported_ocpu_count: The value to assign to the supported_ocpu_count property of this SupportedHostShapeSummary. :type supported_ocpu_count: list[float] :param supported_sddc_types: The value to assign to the supported_sddc_types property of this SupportedHostShapeSummary. Allowed values for items in this list are: "PRODUCTION", "NON_PRODUCTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type supported_sddc_types: list[str] :param supported_vmware_software_versions: The value to assign to the supported_vmware_software_versions property of this SupportedHostShapeSummary. :type supported_vmware_software_versions: list[str] :param description: The value to assign to the description property of this SupportedHostShapeSummary. :type description: str :param is_support_shielded_instances: The value to assign to the is_support_shielded_instances property of this SupportedHostShapeSummary. :type is_support_shielded_instances: bool �strz list[str]�floatzlist[float]�bool) �name�supported_operations�shape_family�default_ocpu_count�supported_ocpu_count�supported_sddc_types�"supported_vmware_software_versions�description�is_support_shielded_instancesr �supportedOperations�shapeFamily�defaultOcpuCount�supportedOcpuCount�supportedSddcTypes�supportedVmwareSoftwareVersionsr �isSupportShieldedInstancesN)� swagger_types� attribute_map�_name�_supported_operations� _shape_family�_default_ocpu_count�_supported_ocpu_count�_supported_sddc_types�#_supported_vmware_software_versions�_description�_is_support_shielded_instances)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ocvp/models/supported_host_shape_summary.py�__init__8 s: /� �z"SupportedHostShapeSummary.__init__c C s | j S )z� **[Required]** Gets the name of this SupportedHostShapeSummary. The name of the supported compute shape. :return: The name of this SupportedHostShapeSummary. :rtype: str �r&