📂 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_details.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ExadataDetailsz[ Partial information about the exadata which includes id, name and vmclusterNames. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a\ Initializes a new ExadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ExadataDetails. :type id: str :param name: The value to assign to the name property of this ExadataDetails. :type name: str :param vmcluster_names: The value to assign to the vmcluster_names property of this ExadataDetails. :type vmcluster_names: list[str] �strz list[str])�id�name�vmcluster_namesr r �vmclusterNamesN)� swagger_types� attribute_map�_id�_name�_vmcluster_names)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/exadata_details.py�__init__ s ��zExadataDetails.__init__c C s | j S )a **[Required]** Gets the id of this ExadataDetails. The `OCID`__ of exadata insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ExadataDetails. :rtype: str �r �r r r r r 2 s zExadataDetails.idc C s || _ dS )a Sets the id of this ExadataDetails. The `OCID`__ of exadata insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ExadataDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the name of this ExadataDetails. Name of exadata insight resource. :return: The name of this ExadataDetails. :rtype: str �r r r r r r N s zExadataDetails.namec C s || _ dS )z� Sets the name of this ExadataDetails. Name of exadata insight resource. :param name: The name of this ExadataDetails. :type: str Nr )r r r r r r Z s c C s | j S )z� Gets the vmcluster_names of this ExadataDetails. Array of vm cluster names. Applicable for ExaCC and ExaCS. :return: The vmcluster_names of this ExadataDetails. :rtype: list[str] �r r r r r r f s zExadataDetails.vmcluster_namesc C s || _ dS )z� Sets the vmcluster_names of this ExadataDetails. Array of vm cluster names. Applicable for ExaCC and ExaCS. :param vmcluster_names: The vmcluster_names of this ExadataDetails. :type: list[str] Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__~ s zExadataDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zExadataDetails.__eq__c C s | |k S r r r r r r �__ne__� s zExadataDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"