📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_credential_summary.cpython-39.opt-1.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�DbCredentialSummaryz� As the name suggests, an `DbCredentialSummary` object contains information about an `DbCredential`. The DB credential is used for DB authentication with the [DB Service]. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aB Initializes a new DbCredentialSummary 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 DbCredentialSummary. :type id: str :param user_id: The value to assign to the user_id property of this DbCredentialSummary. :type user_id: str :param description: The value to assign to the description property of this DbCredentialSummary. :type description: str :param time_created: The value to assign to the time_created property of this DbCredentialSummary. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this DbCredentialSummary. :type time_expires: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DbCredentialSummary. :type lifecycle_state: str �strZdatetime)�id�user_id�description�time_created�time_expires�lifecycle_stater ZuserIdr ZtimeCreatedZtimeExpiresZlifecycleStateN)Z swagger_typesZ attribute_map�_id�_user_id�_description� _time_created� _time_expires�_lifecycle_state)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/identity/models/db_credential_summary.py�__init__ s( � � zDbCredentialSummary.__init__c C s | j S )z� Gets the id of this DbCredentialSummary. The OCID of the DB credential. :return: The id of this DbCredentialSummary. :rtype: str �r �r r r r r K s zDbCredentialSummary.idc C s || _ dS )z� Sets the id of this DbCredentialSummary. The OCID of the DB credential. :param id: The id of this DbCredentialSummary. :type: str Nr )r r r r r r W s c C s | j S )z� Gets the user_id of this DbCredentialSummary. The OCID of the user the DB credential belongs to. :return: The user_id of this DbCredentialSummary. :rtype: str �r r r r r r c s zDbCredentialSummary.user_idc C s || _ dS )z� Sets the user_id of this DbCredentialSummary. The OCID of the user the DB credential belongs to. :param user_id: The user_id of this DbCredentialSummary. :type: str Nr )r r r r r r o s c C s | j S )a[ Gets the description of this DbCredentialSummary. The description you assign to the DB credential. Does not have to be unique, and it's changeable. (For tenancies that support identity domains) You can have an empty description. :return: The description of this DbCredentialSummary. :rtype: str �r r r r r r { s zDbCredentialSummary.descriptionc C s || _ dS )ae Sets the description of this DbCredentialSummary. The description you assign to the DB credential. Does not have to be unique, and it's changeable. (For tenancies that support identity domains) You can have an empty description. :param description: The description of this DbCredentialSummary. :type: str Nr )r r r r r r � s c C s | j S )a* Gets the time_created of this DbCredentialSummary. Date and time the `DbCredential` object was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :return: The time_created of this DbCredentialSummary. :rtype: datetime �r r r r r r � s z DbCredentialSummary.time_createdc C s || _ dS )a5 Sets the time_created of this DbCredentialSummary. Date and time the `DbCredential` object was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :param time_created: The time_created of this DbCredentialSummary. :type: datetime Nr )r r r r r r � s c C s | j S )aG Gets the time_expires of this DbCredentialSummary. Date and time when this credential will expire, in the format defined by RFC3339. Null if it never expires. Example: `2016-08-25T21:10:29.600Z` :return: The time_expires of this DbCredentialSummary. :rtype: datetime �r r r r r r � s z DbCredentialSummary.time_expiresc C s || _ dS )aR Sets the time_expires of this DbCredentialSummary. Date and time when this credential will expire, in the format defined by RFC3339. Null if it never expires. Example: `2016-08-25T21:10:29.600Z` :param time_expires: The time_expires of this DbCredentialSummary. :type: datetime Nr )r r r r r r � s c C s | j S )a? Gets the lifecycle_state of this DbCredentialSummary. The credential's current state. After creating a DB credential, make sure its `lifecycleState` changes from CREATING to ACTIVE before using it. :return: The lifecycle_state of this DbCredentialSummary. :rtype: str �r r r r r r � s z#DbCredentialSummary.lifecycle_statec C s || _ dS )aM Sets the lifecycle_state of this DbCredentialSummary. The credential's current state. After creating a DB credential, make sure its `lifecycleState` changes from CREATING to ACTIVE before using it. :param lifecycle_state: The lifecycle_state of this DbCredentialSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zDbCredentialSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDbCredentialSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zDbCredentialSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&