| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/container_engine/models/__pycache__/ |
Upload File : |
a
���fYB � @ 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 d
� Zedd� �Z
e
jd
d� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�Nodez,
The properties that define a node.
�CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILING�INACTIVEc K s� dddddddddddddddd�| _ dddd d
ddd
dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _d| _d| _dS )a
Initializes a new Node 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 Node.
:type id: str
:param name:
The value to assign to the name property of this Node.
:type name: str
:param kubernetes_version:
The value to assign to the kubernetes_version property of this Node.
:type kubernetes_version: str
:param availability_domain:
The value to assign to the availability_domain property of this Node.
:type availability_domain: str
:param subnet_id:
The value to assign to the subnet_id property of this Node.
:type subnet_id: str
:param node_pool_id:
The value to assign to the node_pool_id property of this Node.
:type node_pool_id: str
:param fault_domain:
The value to assign to the fault_domain property of this Node.
:type fault_domain: str
:param private_ip:
The value to assign to the private_ip property of this Node.
:type private_ip: str
:param public_ip:
The value to assign to the public_ip property of this Node.
:type public_ip: str
:param node_error:
The value to assign to the node_error property of this Node.
:type node_error: oci.container_engine.models.NodeError
:param freeform_tags:
The value to assign to the freeform_tags property of this Node.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this Node.
:type defined_tags: dict(str, dict(str, object))
:param system_tags:
The value to assign to the system_tags property of this Node.
:type system_tags: dict(str, dict(str, object))
:param lifecycle_state:
The value to assign to the lifecycle_state property of this Node.
Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILING", "INACTIVE", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this Node.
:type lifecycle_details: str
�strZ NodeErrorzdict(str, str)zdict(str, dict(str, object)))�id�name�kubernetes_version�availability_domain� subnet_id�node_pool_id�fault_domain�
private_ip� public_ip�
node_error�
freeform_tags�defined_tags�system_tags�lifecycle_state�lifecycle_detailsr r ZkubernetesVersionZavailabilityDomainZsubnetIdZ
nodePoolIdZfaultDomainZ privateIpZpublicIpZ nodeErrorZfreeformTagsZdefinedTagsZ
systemTagsZlifecycleStateZlifecycleDetailsN)Z
swagger_typesZ
attribute_map�_id�_name�_kubernetes_version�_availability_domain�
_subnet_id�
_node_pool_id�
_fault_domain�_private_ip�
_public_ip�_node_error�_freeform_tags�
_defined_tags�_system_tags�_lifecycle_state�_lifecycle_details)�self�kwargs� r/ �D/usr/lib/python3.9/site-packages/oci/container_engine/models/node.py�__init__. s^ E��z
Node.__init__c C s | j S )z�
Gets the id of this Node.
The OCID of the compute instance backing this node.
:return: The id of this Node.
:rtype: str
�r �r- r/ r/ r0 r � s
zNode.idc C s
|| _ dS )z�
Sets the id of this Node.
The OCID of the compute instance backing this node.
:param id: The id of this Node.
:type: str
Nr2 )r- r r/ r/ r0 r � s
c C s | j S )z�
Gets the name of this Node.
The name of the node.
:return: The name of this Node.
:rtype: str
�r r3 r/ r/ r0 r � s
z Node.namec C s
|| _ dS )z�
Sets the name of this Node.
The name of the node.
:param name: The name of this Node.
:type: str
Nr4 )r- r r/ r/ r0 r � s
c C s | j S )z�
Gets the kubernetes_version of this Node.
The version of Kubernetes this node is running.
:return: The kubernetes_version of this Node.
:rtype: str
�r r3 r/ r/ r0 r � s
zNode.kubernetes_versionc C s
|| _ dS )z�
Sets the kubernetes_version of this Node.
The version of Kubernetes this node is running.
:param kubernetes_version: The kubernetes_version of this Node.
:type: str
Nr5 )r- r r/ r/ r0 r � s
c C s | j S )z�
Gets the availability_domain of this Node.
The name of the availability domain in which this node is placed.
:return: The availability_domain of this Node.
:rtype: str
�r! r3 r/ r/ r0 r � s
zNode.availability_domainc C s
|| _ dS )z�
Sets the availability_domain of this Node.
The name of the availability domain in which this node is placed.
:param availability_domain: The availability_domain of this Node.
:type: str
Nr6 )r- r r/ r/ r0 r � s
c C s | j S )z�
Gets the subnet_id of this Node.
The OCID of the subnet in which this node is placed.
:return: The subnet_id of this Node.
:rtype: str
�r"