📂 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
›
network_firewall
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/network_firewall/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vault_mapped_secret.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�MappedSecret� )�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 )�VaultMappedSecretzN Mapped secret stored in OCI vault used in the firewall policy rules. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )aw Initializes a new VaultMappedSecret object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.VaultMappedSecret.source` attribute of this class is ``OCI_VAULT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this VaultMappedSecret. :type name: str :param source: The value to assign to the source property of this VaultMappedSecret. Allowed values for this property are: "OCI_VAULT" :type source: str :param type: The value to assign to the type property of this VaultMappedSecret. Allowed values for this property are: "SSL_INBOUND_INSPECTION", "SSL_FORWARD_PROXY" :type type: str :param parent_resource_id: The value to assign to the parent_resource_id property of this VaultMappedSecret. :type parent_resource_id: str :param vault_secret_id: The value to assign to the vault_secret_id property of this VaultMappedSecret. :type vault_secret_id: str :param version_number: The value to assign to the version_number property of this VaultMappedSecret. :type version_number: int �str�int)�name�source�typeZparent_resource_id�vault_secret_id�version_numberr r r ZparentResourceIdZ vaultSecretIdZ versionNumberNZ OCI_VAULT)Z swagger_typesZ attribute_map�_name�_sourceZ_typeZ_parent_resource_id�_vault_secret_id�_version_number)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/network_firewall/models/vault_mapped_secret.py�__init__ s* "� � zVaultMappedSecret.__init__c C s | j S )z� **[Required]** Gets the vault_secret_id of this VaultMappedSecret. OCID for the Vault Secret to be used. :return: The vault_secret_id of this VaultMappedSecret. :rtype: str �r �r r r r r M s z!VaultMappedSecret.vault_secret_idc C s || _ dS )z� Sets the vault_secret_id of this VaultMappedSecret. OCID for the Vault Secret to be used. :param vault_secret_id: The vault_secret_id of this VaultMappedSecret. :type: str Nr )r r r r r r Y s c C s | j S )z� **[Required]** Gets the version_number of this VaultMappedSecret. Version number of the secret to be used. :return: The version_number of this VaultMappedSecret. :rtype: int �r r r r r r e s z VaultMappedSecret.version_numberc C s || _ dS )z� Sets the version_number of this VaultMappedSecret. Version number of the secret to be used. :param version_number: The version_number of this VaultMappedSecret. :type: int Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s zVaultMappedSecret.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zVaultMappedSecret.__eq__c C s | |k S r r r r r r �__ne__� s zVaultMappedSecret.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r"