📂 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
›
container_instances
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/container_instances/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_basic_image_pull_secret_details.pyc
a N��f8 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateImagePullSecretDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�!CreateBasicImagePullSecretDetailsz� A CreateBasicImagePullSecretDetails is a ImagePullSecret which accepts username and password as credentials information. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) ai Initializes a new CreateBasicImagePullSecretDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.container_instances.models.CreateBasicImagePullSecretDetails.secret_type` attribute of this class is ``BASIC`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param secret_type: The value to assign to the secret_type property of this CreateBasicImagePullSecretDetails. Allowed values for this property are: "BASIC", "VAULT" :type secret_type: str :param registry_endpoint: The value to assign to the registry_endpoint property of this CreateBasicImagePullSecretDetails. :type registry_endpoint: str :param username: The value to assign to the username property of this CreateBasicImagePullSecretDetails. :type username: str :param password: The value to assign to the password property of this CreateBasicImagePullSecretDetails. :type password: str �str)�secret_type�registry_endpoint�username�password� secretType�registryEndpointr r N�BASIC)� swagger_types� attribute_map�_secret_type�_registry_endpoint� _username� _password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/create_basic_image_pull_secret_details.py�__init__ s ��z*CreateBasicImagePullSecretDetails.__init__c C s | j S )a4 **[Required]** Gets the username of this CreateBasicImagePullSecretDetails. The username which should be used with the registry for authentication. The value is expected in base64 format. :return: The username of this CreateBasicImagePullSecretDetails. :rtype: str �r �r r r r r <