📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_resource_principal_configuration_details.cpython-39.pyc
a ���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 )�+CreateResourcePrincipalConfigurationDetailszQ Details of creating a resource principal configuration for the cluster. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )al Initializes a new CreateResourcePrincipalConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateResourcePrincipalConfigurationDetails. :type display_name: str :param cluster_admin_password: The value to assign to the cluster_admin_password property of this CreateResourcePrincipalConfigurationDetails. :type cluster_admin_password: str :param session_token_life_span_duration_in_hours: The value to assign to the session_token_life_span_duration_in_hours property of this CreateResourcePrincipalConfigurationDetails. :type session_token_life_span_duration_in_hours: int �str�int)�display_name�cluster_admin_password�)session_token_life_span_duration_in_hoursZdisplayNameZclusterAdminPasswordZ#sessionTokenLifeSpanDurationInHoursN)Z swagger_typesZ attribute_map� _display_name�_cluster_admin_password�*_session_token_life_span_duration_in_hours)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/bds/models/create_resource_principal_configuration_details.py�__init__ s ��z4CreateResourcePrincipalConfigurationDetails.__init__c C s | j S )a� **[Required]** Gets the display_name of this CreateResourcePrincipalConfigurationDetails. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information. :return: The display_name of this CreateResourcePrincipalConfigurationDetails. :rtype: str �r �r r r r r 4 s z8CreateResourcePrincipalConfigurationDetails.display_namec C s || _ dS )a� Sets the display_name of this CreateResourcePrincipalConfigurationDetails. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information. :param display_name: The display_name of this CreateResourcePrincipalConfigurationDetails. :type: str Nr )r r r r r r @ s c C s | j S )a3 **[Required]** Gets the cluster_admin_password of this CreateResourcePrincipalConfigurationDetails. Base-64 encoded Cluster Admin Password for cluster admin user. :return: The cluster_admin_password of this CreateResourcePrincipalConfigurationDetails. :rtype: str �r r r r r r L s zBCreateResourcePrincipalConfigurationDetails.cluster_admin_passwordc C s || _ dS )a9 Sets the cluster_admin_password of this CreateResourcePrincipalConfigurationDetails. Base-64 encoded Cluster Admin Password for cluster admin user. :param cluster_admin_password: The cluster_admin_password of this CreateResourcePrincipalConfigurationDetails. :type: str Nr )r r r r r r X s c C s | j S )aH Gets the session_token_life_span_duration_in_hours of this CreateResourcePrincipalConfigurationDetails. Life span in hours for the resource principal session token. :return: The session_token_life_span_duration_in_hours of this CreateResourcePrincipalConfigurationDetails. :rtype: int �r r r r r r d s zUCreateResourcePrincipalConfigurationDetails.session_token_life_span_duration_in_hoursc C s || _ dS )ap Sets the session_token_life_span_duration_in_hours of this CreateResourcePrincipalConfigurationDetails. Life span in hours for the resource principal session token. :param session_token_life_span_duration_in_hours: The session_token_life_span_duration_in_hours of this CreateResourcePrincipalConfigurationDetails. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z4CreateResourcePrincipalConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z2CreateResourcePrincipalConfigurationDetails.__eq__c C s | |k S r r r r r r �__ne__� s z2CreateResourcePrincipalConfigurationDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"