ruạṛ
a N��fR( � @ 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 ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�NodeDetailsz1 Node details associated with a network. �CREATING�REQUIRES_VALIDATION� VALIDATING� VALIDATED�VALIDATION_FAILED�UPDATING� ALLOCATED�TERMINATING� TERMINATED�FAILEDc K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a( Initializes a new NodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hostname: The value to assign to the hostname property of this NodeDetails. :type hostname: str :param ip: The value to assign to the ip property of this NodeDetails. :type ip: str :param vip_hostname: The value to assign to the vip_hostname property of this NodeDetails. :type vip_hostname: str :param vip: The value to assign to the vip property of this NodeDetails. :type vip: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NodeDetails. Allowed values for this property are: "CREATING", "REQUIRES_VALIDATION", "VALIDATING", "VALIDATED", "VALIDATION_FAILED", "UPDATING", "ALLOCATED", "TERMINATING", "TERMINATED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param db_server_id: The value to assign to the db_server_id property of this NodeDetails. :type db_server_id: str �str)�hostname�ip�vip_hostname�vip�lifecycle_state�db_server_idr r �vipHostnamer �lifecycleState� dbServerIdN)� swagger_types� attribute_map� _hostname�_ip� _vip_hostname�_vip�_lifecycle_state� _db_server_id)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/node_details.py�__init__8 s( !� � zNodeDetails.__init__c C s | j S )z� **[Required]** Gets the hostname of this NodeDetails. The node host name. :return: The hostname of this NodeDetails. :rtype: str �r �r# r% r% r&