📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_member_collection.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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�ExadataMemberCollectionz= Partial definition of the exadata insight resource. � DBMACHINE�EXACS�EXACC�FULL�HALF�QUARTER�EIGHTH�FLEXc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )af Initializes a new ExadataMemberCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param exadata_insight_id: The value to assign to the exadata_insight_id property of this ExadataMemberCollection. :type exadata_insight_id: str :param exadata_name: The value to assign to the exadata_name property of this ExadataMemberCollection. :type exadata_name: str :param exadata_display_name: The value to assign to the exadata_display_name property of this ExadataMemberCollection. :type exadata_display_name: str :param exadata_type: The value to assign to the exadata_type property of this ExadataMemberCollection. Allowed values for this property are: "DBMACHINE", "EXACS", "EXACC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type exadata_type: str :param exadata_rack_type: The value to assign to the exadata_rack_type property of this ExadataMemberCollection. Allowed values for this property are: "FULL", "HALF", "QUARTER", "EIGHTH", "FLEX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type exadata_rack_type: str :param items: The value to assign to the items property of this ExadataMemberCollection. :type items: list[oci.opsi.models.ExadataMemberSummary] �strzlist[ExadataMemberSummary])�exadata_insight_id�exadata_name�exadata_display_name�exadata_type�exadata_rack_type�items�exadataInsightId�exadataName�exadataDisplayName�exadataType�exadataRackTyper N)� swagger_types� attribute_map�_exadata_insight_id� _exadata_name�_exadata_display_name� _exadata_type�_exadata_rack_type�_items)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/exadata_member_collection.py�__init__0 s( #� � z ExadataMemberCollection.__init__c C s | j S )aA **[Required]** Gets the exadata_insight_id of this ExadataMemberCollection. The `OCID`__ of the Exadata insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The exadata_insight_id of this ExadataMemberCollection. :rtype: str �r �r# r% r% r&