📂 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
›
dns
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/dns/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_resolver_endpoint_details.cpython-39.opt-1.pyc
a ���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 ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �CreateResolverEndpointDetailsz� The body for defining a new resolver endpoint. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �VNICc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateResolverEndpointDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.dns.models.CreateResolverVnicEndpointDetails` 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 CreateResolverEndpointDetails. :type name: str :param endpoint_type: The value to assign to the endpoint_type property of this CreateResolverEndpointDetails. Allowed values for this property are: "VNIC" :type endpoint_type: str :param forwarding_address: The value to assign to the forwarding_address property of this CreateResolverEndpointDetails. :type forwarding_address: str :param is_forwarding: The value to assign to the is_forwarding property of this CreateResolverEndpointDetails. :type is_forwarding: bool :param is_listening: The value to assign to the is_listening property of this CreateResolverEndpointDetails. :type is_listening: bool :param listening_address: The value to assign to the listening_address property of this CreateResolverEndpointDetails. :type listening_address: str �str�bool)�name� endpoint_type�forwarding_address� is_forwarding�is_listening�listening_addressr �endpointTypeZforwardingAddressZisForwardingZisListeningZlisteningAddressN)Z swagger_typesZ attribute_map�_name�_endpoint_type�_forwarding_address�_is_forwarding� _is_listening�_listening_address)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/dns/models/create_resolver_endpoint_details.py�__init__ s( $� � z&CreateResolverEndpointDetails.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r Z!CreateResolverVnicEndpointDetailsr Nr )Zobject_dictionary�typer r r �get_subtypeT s z)CreateResolverEndpointDetails.get_subtypec C s | j S )a **[Required]** Gets the name of this CreateResolverEndpointDetails. The name of the resolver endpoint. Must be unique, case-insensitive, within the resolver. :return: The name of this CreateResolverEndpointDetails. :rtype: str �r �r r r r r a s z"CreateResolverEndpointDetails.namec C s || _ dS )a Sets the name of this CreateResolverEndpointDetails. The name of the resolver endpoint. Must be unique, case-insensitive, within the resolver. :param name: The name of this CreateResolverEndpointDetails. :type: str Nr )r r r r r r m s c C s | j S )a7 Gets the endpoint_type of this CreateResolverEndpointDetails. The type of resolver endpoint. VNIC is currently the only supported type. Allowed values for this property are: "VNIC" :return: The endpoint_type of this CreateResolverEndpointDetails. :rtype: str )r r r r r r y s z+CreateResolverEndpointDetails.endpoint_typec C s( dg}t ||�std|� ���|| _dS )a Sets the endpoint_type of this CreateResolverEndpointDetails. The type of resolver endpoint. VNIC is currently the only supported type. :param endpoint_type: The endpoint_type of this CreateResolverEndpointDetails. :type: str r z:Invalid value for `endpoint_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s | j S )a� Gets the forwarding_address of this CreateResolverEndpointDetails. An IP address from which forwarded queries may be sent. For VNIC endpoints, this IP address must be part of the subnet and will be assigned by the system if unspecified when isForwarding is true. :return: The forwarding_address of this CreateResolverEndpointDetails. :rtype: str �r r r r r r � s z0CreateResolverEndpointDetails.forwarding_addressc C s || _ dS )a� Sets the forwarding_address of this CreateResolverEndpointDetails. An IP address from which forwarded queries may be sent. For VNIC endpoints, this IP address must be part of the subnet and will be assigned by the system if unspecified when isForwarding is true. :param forwarding_address: The forwarding_address of this CreateResolverEndpointDetails. :type: str Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the is_forwarding of this CreateResolverEndpointDetails. A Boolean flag indicating whether or not the resolver endpoint is for forwarding. :return: The is_forwarding of this CreateResolverEndpointDetails. :rtype: bool �r r r r r r � s z+CreateResolverEndpointDetails.is_forwardingc C s || _ dS )a Sets the is_forwarding of this CreateResolverEndpointDetails. A Boolean flag indicating whether or not the resolver endpoint is for forwarding. :param is_forwarding: The is_forwarding of this CreateResolverEndpointDetails. :type: bool Nr"