Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
rover
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: rover_cluster_summary.pyc
a O��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)) �str�datetimez 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 � compartmentId�displayName�timeCreatedr �clusterSize�clusterType�lifecycleState�lifecycleStateDetails�freeformTags�definedTags� systemTagsN)� swagger_types� 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� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/rover/models/rover_cluster_summary.py�__init__0 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* �r6 r8 r8 r9 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; )r6 r r8 r8 r9 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<