ruạṛ
a ���f�E � @ 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 Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�RoverNodeSummaryz# Summary of the RoverNode. � STANDALONE� CLUSTERED�STATION�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aM Initializes a new RoverNodeSummary 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 RoverNodeSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this RoverNodeSummary. :type compartment_id: str :param cluster_id: The value to assign to the cluster_id property of this RoverNodeSummary. :type cluster_id: str :param serial_number: The value to assign to the serial_number property of this RoverNodeSummary. :type serial_number: str :param node_type: The value to assign to the node_type property of this RoverNodeSummary. Allowed values for this property are: "STANDALONE", "CLUSTERED", "STATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type node_type: str :param shape: The value to assign to the shape property of this RoverNodeSummary. :type shape: str :param display_name: The value to assign to the display_name property of this RoverNodeSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this RoverNodeSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this RoverNodeSummary. 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 RoverNodeSummary. :type lifecycle_state_details: str :param freeform_tags: The value to assign to the freeform_tags property of this RoverNodeSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RoverNodeSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RoverNodeSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id� cluster_id� serial_number� node_type�shape�display_name�time_created�lifecycle_state�lifecycle_state_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZ clusterIdZserialNumberZnodeTyper ZdisplayNameZtimeCreatedZlifecycleStateZlifecycleStateDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_cluster_id�_serial_number� _node_type�_shape� _display_name� _time_created�_lifecycle_state�_lifecycle_state_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r- �G/usr/lib/python3.9/site-packages/oci/rover/models/rover_node_summary.py�__init__6 sR ?��zRoverNodeSummary.__init__c C s | j S )z� **[Required]** Gets the id of this RoverNodeSummary. The OCID of the RoverNode. :return: The id of this RoverNodeSummary. :rtype: str �r �r+ r- r- r. r � s zRoverNodeSummary.idc C s || _ dS )z� Sets the id of this RoverNodeSummary. The OCID of the RoverNode. :param id: The id of this RoverNodeSummary. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the compartment_id of this RoverNodeSummary. The OCID of the compartment containing the RoverNode. :return: The compartment_id of this RoverNodeSummary. :rtype: str �r r1 r- r- r. r � s zRoverNodeSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this RoverNodeSummary. The OCID of the compartment containing the RoverNode. :param compartment_id: The compartment_id of this RoverNodeSummary. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )z� Gets the cluster_id of this RoverNodeSummary. The cluster ID if the node is part of a cluster. :return: The cluster_id of this RoverNodeSummary. :rtype: str �r r1 r- r- r. r � s zRoverNodeSummary.cluster_idc C s || _ dS )z� Sets the cluster_id of this RoverNodeSummary. The cluster ID if the node is part of a cluster. :param cluster_id: The cluster_id of this RoverNodeSummary. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )z� Gets the serial_number of this RoverNodeSummary. Serial number of the node. :return: The serial_number of this RoverNodeSummary. :rtype: str �r! r1 r- r- r. r � s zRoverNodeSummary.serial_numberc C s || _ dS )z� Sets the serial_number of this RoverNodeSummary. Serial number of the node. :param serial_number: The serial_number of this RoverNodeSummary. :type: str Nr4 )r+ r r- r- r. r � s c C s | j S )a� Gets the node_type of this RoverNodeSummary. The type of node indicating if it belongs to a cluster Allowed values for this property are: "STANDALONE", "CLUSTERED", "STATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The node_type of this RoverNodeSummary. :rtype: str )r"