📂 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
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vcn_dns_resolver_association.pyc
a N��f$ � @ 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 @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�VcnDnsResolverAssociationzP The information about the VCN and the DNS resolver in the association. �PROVISIONING� AVAILABLE�TERMINATING� TERMINATEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new VcnDnsResolverAssociation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vcn_id: The value to assign to the vcn_id property of this VcnDnsResolverAssociation. :type vcn_id: str :param dns_resolver_id: The value to assign to the dns_resolver_id property of this VcnDnsResolverAssociation. :type dns_resolver_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this VcnDnsResolverAssociation. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str)�vcn_id�dns_resolver_id�lifecycle_state�vcnId� dnsResolverId�lifecycleStateN)� swagger_types� attribute_map�_vcn_id�_dns_resolver_id�_lifecycle_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/vcn_dns_resolver_association.py�__init__ s ��z"VcnDnsResolverAssociation.__init__c C s | j S )a4 **[Required]** Gets the vcn_id of this VcnDnsResolverAssociation. The `OCID`__ of the VCN in the association. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The vcn_id of this VcnDnsResolverAssociation. :rtype: str �r �r r r r r D s z VcnDnsResolverAssociation.vcn_idc C s || _ dS )a* Sets the vcn_id of this VcnDnsResolverAssociation. The `OCID`__ of the VCN in the association. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param vcn_id: The vcn_id of this VcnDnsResolverAssociation. :type: str Nr )r r r r r r R s c C s | j S )a@ Gets the dns_resolver_id of this VcnDnsResolverAssociation. The `OCID`__ of the DNS resolver in the association. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The dns_resolver_id of this VcnDnsResolverAssociation. :rtype: str �r r r r r r ` s z)VcnDnsResolverAssociation.dns_resolver_idc C s || _ dS )aN Sets the dns_resolver_id of this VcnDnsResolverAssociation. The `OCID`__ of the DNS resolver in the association. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param dns_resolver_id: The dns_resolver_id of this VcnDnsResolverAssociation. :type: str Nr )r r r r r r n s c C s | j S )a� **[Required]** Gets the lifecycle_state of this VcnDnsResolverAssociation. The current state of the association. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this VcnDnsResolverAssociation. :rtype: str )r r r r r r | s z)VcnDnsResolverAssociation.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this VcnDnsResolverAssociation. The current state of the association. :param lifecycle_state: The lifecycle_state of this VcnDnsResolverAssociation. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r � s c C s t | �S �N)r r r r r �__repr__� s z"VcnDnsResolverAssociation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z VcnDnsResolverAssociation.__eq__c C s | |k S r! r r$ r r r �__ne__� s z VcnDnsResolverAssociation.__ne__N)�__name__� __module__�__qualname__�__doc__�LIFECYCLE_STATE_PROVISIONING�LIFECYCLE_STATE_AVAILABLE�LIFECYCLE_STATE_TERMINATING�LIFECYCLE_STATE_TERMINATEDr �propertyr �setterr r r"