📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vault_image_pull_secret.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ImagePullSecret� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�VaultImagePullSecretzh A VaultImagePullSecret is a ImagePullSecret which accepts secretId as credentials information. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new VaultImagePullSecret object with values from keyword arguments. The default value of the :py:attr:`~oci.container_instances.models.VaultImagePullSecret.secret_type` attribute of this class is ``VAULT`` 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 VaultImagePullSecret. 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 VaultImagePullSecret. :type registry_endpoint: str :param secret_id: The value to assign to the secret_id property of this VaultImagePullSecret. :type secret_id: str �str)�secret_type�registry_endpoint� secret_id� secretType�registryEndpoint�secretIdN�VAULT)� swagger_types� attribute_map�_secret_type�_registry_endpoint� _secret_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/vault_image_pull_secret.py�__init__ s ��zVaultImagePullSecret.__init__c C s | j S )z� **[Required]** Gets the secret_id of this VaultImagePullSecret. The OCID of the secret for registry credentials. :return: The secret_id of this VaultImagePullSecret. :rtype: str �r �r r r r r 5 s zVaultImagePullSecret.secret_idc C s || _ dS )z� Sets the secret_id of this VaultImagePullSecret. The OCID of the secret for registry credentials. :param secret_id: The secret_id of this VaultImagePullSecret. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s zVaultImagePullSecret.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s zVaultImagePullSecret.__eq__c C s | |k S r r r r r r �__ne__V s zVaultImagePullSecret.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"