📂 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
›
service_mesh
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/service_mesh/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: local_file_ca_bundle.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CaBundle� )�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 )�LocalFileCaBundlez( CA Bundle from the filesystem. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new LocalFileCaBundle object with values from keyword arguments. The default value of the :py:attr:`~oci.service_mesh.models.LocalFileCaBundle.type` attribute of this class is ``LOCAL_FILE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this LocalFileCaBundle. Allowed values for this property are: "OCI_CERTIFICATES", "LOCAL_FILE" :type type: str :param secret_name: The value to assign to the secret_name property of this LocalFileCaBundle. :type secret_name: str �str)�type�secret_namer � secretNameN� LOCAL_FILE)� swagger_types� attribute_map�_type�_secret_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/service_mesh/models/local_file_ca_bundle.py�__init__ s ��zLocalFileCaBundle.__init__c C s | j S )am Gets the secret_name of this LocalFileCaBundle. Name of the secret. For Kubernetes this will be the name of an opaque Kubernetes secret with key ca.crt. For other platforms the secret must be mounted at: /etc/oci/secrets/${secretName}/ca.crt :return: The secret_name of this LocalFileCaBundle. :rtype: str �r �r r r r r . s zLocalFileCaBundle.secret_namec C s || _ dS )aw Sets the secret_name of this LocalFileCaBundle. Name of the secret. For Kubernetes this will be the name of an opaque Kubernetes secret with key ca.crt. For other platforms the secret must be mounted at: /etc/oci/secrets/${secretName}/ca.crt :param secret_name: The secret_name of this LocalFileCaBundle. :type: str Nr )r r r r r r <