📂 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
›
rover
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/rover/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rover_cluster_summary.cpython-39.pyc
a ���f�B � @ 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%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�RoverClusterSummaryz& Summary of the RoverCluster. � STANDALONE�STATION�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new RoverClusterSummary 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 RoverClusterSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this RoverClusterSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this RoverClusterSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this RoverClusterSummary. :type time_created: datetime :param nodes: The value to assign to the nodes property of this RoverClusterSummary. :type nodes: list[str] :param cluster_size: The value to assign to the cluster_size property of this RoverClusterSummary. :type cluster_size: int :param cluster_type: The value to assign to the cluster_type property of this RoverClusterSummary. Allowed values for this property are: "STANDALONE", "STATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type cluster_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RoverClusterSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this RoverClusterSummary. :type lifecycle_state_details: str :param freeform_tags: The value to assign to the freeform_tags property of this RoverClusterSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RoverClusterSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RoverClusterSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimez list[str]�intzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�time_created�nodes�cluster_size�cluster_type�lifecycle_state�lifecycle_state_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNameZtimeCreatedr ZclusterSizeZclusterTypeZlifecycleStateZlifecycleStateDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created�_nodes� _cluster_size� _cluster_type�_lifecycle_state�_lifecycle_state_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r+ �J/usr/lib/python3.9/site-packages/oci/rover/models/rover_cluster_summary.py�__init__2 sL ;��zRoverClusterSummary.__init__c C s | j S )z� **[Required]** Gets the id of this RoverClusterSummary. The OCID of RoverCluster. :return: The id of this RoverClusterSummary. :rtype: str �r �r) r+ r+ r, r � s zRoverClusterSummary.idc C s || _ dS )z� Sets the id of this RoverClusterSummary. The OCID of RoverCluster. :param id: The id of this RoverClusterSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the compartment_id of this RoverClusterSummary. The OCID of the compartment containing the RoverCluster. :return: The compartment_id of this RoverClusterSummary. :rtype: str �r r/ r+ r+ r, r � s z"RoverClusterSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this RoverClusterSummary. The OCID of the compartment containing the RoverCluster. :param compartment_id: The compartment_id of this RoverClusterSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )a Gets the display_name of this RoverClusterSummary. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this RoverClusterSummary. :rtype: str �r r/ r+ r+ r, r � s z RoverClusterSummary.display_namec C s || _ dS )a Sets the display_name of this RoverClusterSummary. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this RoverClusterSummary. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )z� Gets the time_created of this RoverClusterSummary. The time the the RoverCluster was created. An RFC3339 formatted datetime string :return: The time_created of this RoverClusterSummary. :rtype: datetime �r r/ r+ r+ r, r � s z RoverClusterSummary.time_createdc C s || _ dS )a Sets the time_created of this RoverClusterSummary. The time the the RoverCluster was created. An RFC3339 formatted datetime string :param time_created: The time_created of this RoverClusterSummary. :type: datetime Nr2 )r) r r+ r+ r, r � s c C s | j S )z� Gets the nodes of this RoverClusterSummary. The nodes that are part of this cluster. :return: The nodes of this RoverClusterSummary. :rtype: list[str] �r! r/ r+ r+ r, r � s zRoverClusterSummary.nodesc C s || _ dS )z� Sets the nodes of this RoverClusterSummary. The nodes that are part of this cluster. :param nodes: The nodes of this RoverClusterSummary. :type: list[str] Nr3 )r) r r+ r+ r, r s c C s | j S )z� Gets the cluster_size of this RoverClusterSummary. Size of the cluster. :return: The cluster_size of this RoverClusterSummary. :rtype: int �r"