📂 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
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: associated_fleet_credential_details.cpython-39.pyc
a ���fw � @ 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� �Zdd� Zdd� Z dd� ZdS )� AssociatedFleetCredentialDetailsz4 The information about new FleetCredential. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new AssociatedFleetCredentialDetails 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 AssociatedFleetCredentialDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this AssociatedFleetCredentialDetails. :type compartment_id: str :param entity_specifics: The value to assign to the entity_specifics property of this AssociatedFleetCredentialDetails. :type entity_specifics: oci.fleet_apps_management.models.CredentialEntitySpecificDetails :param user: The value to assign to the user property of this AssociatedFleetCredentialDetails. :type user: oci.fleet_apps_management.models.CredentialDetails :param password: The value to assign to the password property of this AssociatedFleetCredentialDetails. :type password: oci.fleet_apps_management.models.CredentialDetails �strZCredentialEntitySpecificDetailsZCredentialDetails)�display_name�compartment_id�entity_specifics�user�passwordZdisplayNameZ compartmentIdZentitySpecificsr r N)Z swagger_typesZ attribute_map� _display_name�_compartment_id�_entity_specifics�_user� _password)�self�kwargs� r �h/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/associated_fleet_credential_details.py�__init__ s"