📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cluster_network_summary.cpython-39.pyc
a ���fP8 � @ 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� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ClusterNetworkSummaryz� Summary information for a `cluster network with instance pools`__. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/managingclusternetworks.htm �PROVISIONING�SCALING�STARTING�STOPPING�TERMINATING�STOPPED� TERMINATED�RUNNINGc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ClusterNetworkSummary 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 ClusterNetworkSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ClusterNetworkSummary. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ClusterNetworkSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ClusterNetworkSummary. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ClusterNetworkSummary. :type freeform_tags: dict(str, str) :param instance_pools: The value to assign to the instance_pools property of this ClusterNetworkSummary. :type instance_pools: list[oci.core.models.InstancePoolSummary] :param lifecycle_state: The value to assign to the lifecycle_state property of this ClusterNetworkSummary. Allowed values for this property are: "PROVISIONING", "SCALING", "STARTING", "STOPPING", "TERMINATING", "STOPPED", "TERMINATED", "RUNNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ClusterNetworkSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ClusterNetworkSummary. :type time_updated: datetime �strzdict(str, dict(str, object))zdict(str, str)zlist[InstancePoolSummary]Zdatetime) �id�compartment_id�defined_tags�display_name� freeform_tags�instance_pools�lifecycle_state�time_created�time_updatedr Z compartmentIdZdefinedTagsZdisplayNameZfreeformTagsZ instancePoolsZlifecycleStateZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_id�_compartment_id� _defined_tags� _display_name�_freeform_tags�_instance_pools�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r$ �K/usr/lib/python3.9/site-packages/oci/core/models/cluster_network_summary.py�__init__4 s: -� �zClusterNetworkSummary.__init__c C s | j S )a **[Required]** Gets the id of this ClusterNetworkSummary. The `OCID`__ of the cluster network. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ClusterNetworkSummary. :rtype: str �r �r"