📂 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
›
dns
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/dns/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tsig_key.pyc
a N��fV7 � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�TsigKeyz� A TSIG key. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �ACTIVE�CREATING�DELETED�DELETING�FAILED�UPDATINGc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new TsigKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param algorithm: The value to assign to the algorithm property of this TsigKey. :type algorithm: str :param name: The value to assign to the name property of this TsigKey. :type name: str :param compartment_id: The value to assign to the compartment_id property of this TsigKey. :type compartment_id: str :param secret: The value to assign to the secret property of this TsigKey. :type secret: str :param freeform_tags: The value to assign to the freeform_tags property of this TsigKey. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this TsigKey. :type defined_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this TsigKey. :type id: str :param _self: The value to assign to the _self property of this TsigKey. :type _self: str :param time_created: The value to assign to the time_created property of this TsigKey. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TsigKey. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_updated: The value to assign to the time_updated property of this TsigKey. :type time_updated: datetime �strzdict(str, str)zdict(str, dict(str, object))�datetime)� algorithm�name�compartment_id�secret� freeform_tags�defined_tags�id�_self�time_created�lifecycle_state�time_updatedr r � compartmentIdr �freeformTags�definedTagsr �self�timeCreated�lifecycleState�timeUpdatedN) � swagger_types� attribute_map� _algorithm�_name�_compartment_id�_secret�_freeform_tags� _defined_tags�_id�_TsigKey__self� _time_created�_lifecycle_state� _time_updated)r �kwargs� r/ �{/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/dns/models/tsig_key.py�__init__) sF 5��zTsigKey.__init__c C s | j S )a **[Required]** Gets the algorithm of this TsigKey. TSIG key algorithms are encoded as domain names, but most consist of only one non-empty label, which is not required to be explicitly absolute. Applicable algorithms include: hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha512. For more information on these algorithms, see `RFC 4635`__. __ https://tools.ietf.org/html/rfc4635#section-2 :return: The algorithm of this TsigKey. :rtype: str �r# �r r/ r/ r0 r � s zTsigKey.algorithmc C s || _ dS )a� Sets the algorithm of this TsigKey. TSIG key algorithms are encoded as domain names, but most consist of only one non-empty label, which is not required to be explicitly absolute. Applicable algorithms include: hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha512. For more information on these algorithms, see `RFC 4635`__. __ https://tools.ietf.org/html/rfc4635#section-2 :param algorithm: The algorithm of this TsigKey. :type: str Nr2 )r r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the name of this TsigKey. A globally unique domain name identifying the key for a given pair of hosts. :return: The name of this TsigKey. :rtype: str �r$ r3 r/ r/ r0 r � s zTsigKey.namec C s || _ dS )z� Sets the name of this TsigKey. A globally unique domain name identifying the key for a given pair of hosts. :param name: The name of this TsigKey. :type: str Nr4 )r r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this TsigKey. The OCID of the compartment containing the TSIG key. :return: The compartment_id of this TsigKey. :rtype: str �r% r3 r/ r/ r0 r � s zTsigKey.compartment_idc C s || _ dS )z� Sets the compartment_id of this TsigKey. The OCID of the compartment containing the TSIG key. :param compartment_id: The compartment_id of this TsigKey. :type: str Nr5 )r r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the secret of this TsigKey. A base64 string encoding the binary shared secret. :return: The secret of this TsigKey. :rtype: str �r&