ruạṛ
a N��f � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�RemoveNodeDetailsz3 The information about node to be removed. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new RemoveNodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cluster_admin_password: The value to assign to the cluster_admin_password property of this RemoveNodeDetails. :type cluster_admin_password: str :param is_force_remove_enabled: The value to assign to the is_force_remove_enabled property of this RemoveNodeDetails. :type is_force_remove_enabled: bool :param node_id: The value to assign to the node_id property of this RemoveNodeDetails. :type node_id: str �str�bool)�cluster_admin_password�is_force_remove_enabled�node_id�clusterAdminPassword�isForceRemoveEnabled�nodeIdN)� swagger_types� attribute_map�_cluster_admin_password�_is_force_remove_enabled�_node_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bds/models/remove_node_details.py�__init__ s ��zRemoveNodeDetails.__init__c C s | j S )a **[Required]** Gets the cluster_admin_password of this RemoveNodeDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user. :return: The cluster_admin_password of this RemoveNodeDetails. :rtype: str �r �r r r r r 2 s z(RemoveNodeDetails.cluster_admin_passwordc C s || _ dS )a Sets the cluster_admin_password of this RemoveNodeDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user. :param cluster_admin_password: The cluster_admin_password of this RemoveNodeDetails. :type: str Nr )r r r r r r >