📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_credential.pyc
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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�DbCredentialz� Database credentials are needed for onboarding cloud database to identity. The DB credentials are used for DB authentication with the service. �CREATING�ACTIVE�DELETING�DELETEDc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DbCredential 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 DbCredential. :type id: str :param user_id: The value to assign to the user_id property of this DbCredential. :type user_id: str :param time_created: The value to assign to the time_created property of this DbCredential. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this DbCredential. :type time_expires: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DbCredential. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", '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 DbCredential. :type lifecycle_details: int �str�datetime�int)�id�user_id�time_created�time_expires�lifecycle_state�lifecycle_detailsr �userId�timeCreated�timeExpires�lifecycleState�lifecycleDetailsN)� swagger_types� attribute_map�_id�_user_id� _time_created� _time_expires�_lifecycle_state�_lifecycle_details)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/db_credential.py�__init__! s( !� � zDbCredential.__init__c C s | j S )z� Gets the id of this DbCredential. The OCID of the DB credential. :return: The id of this DbCredential. :rtype: str �r �r! r# r# r$ r Z s zDbCredential.idc C s || _ dS )z� Sets the id of this DbCredential. The OCID of the DB credential. :param id: The id of this DbCredential. :type: str Nr&