📂 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
›
container_instances
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_instances/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_dns_config_details.cpython-39.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateContainerDnsConfigDetailsz� Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateContainerDnsConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param nameservers: The value to assign to the nameservers property of this CreateContainerDnsConfigDetails. :type nameservers: list[str] :param searches: The value to assign to the searches property of this CreateContainerDnsConfigDetails. :type searches: list[str] :param options: The value to assign to the options property of this CreateContainerDnsConfigDetails. :type options: list[str] z list[str])�nameservers�searches�optionsr r r N)Z swagger_typesZ attribute_map�_nameservers� _searches�_options)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/container_instances/models/create_container_dns_config_details.py�__init__ s ��z(CreateContainerDnsConfigDetails.__init__c C s | j S )a� Gets the nameservers of this CreateContainerDnsConfigDetails. IP address of a name server that the resolver should query, either an IPv4 address (in dot notation), or an IPv6 address in colon (and possibly dot) notation. If null, uses nameservers from subnet dhcpDnsOptions. :return: The nameservers of this CreateContainerDnsConfigDetails. :rtype: list[str] �r �r r r r r 5 s z+CreateContainerDnsConfigDetails.nameserversc C s || _ dS )a� Sets the nameservers of this CreateContainerDnsConfigDetails. IP address of a name server that the resolver should query, either an IPv4 address (in dot notation), or an IPv6 address in colon (and possibly dot) notation. If null, uses nameservers from subnet dhcpDnsOptions. :param nameservers: The nameservers of this CreateContainerDnsConfigDetails. :type: list[str] Nr )r r r r r r C s c C s | j S )a Gets the searches of this CreateContainerDnsConfigDetails. Search list for host-name lookup. If null, we will use searches from subnet dhcpDnsOptios. :return: The searches of this CreateContainerDnsConfigDetails. :rtype: list[str] �r r r r r r Q s z(CreateContainerDnsConfigDetails.searchesc C s || _ dS )a Sets the searches of this CreateContainerDnsConfigDetails. Search list for host-name lookup. If null, we will use searches from subnet dhcpDnsOptios. :param searches: The searches of this CreateContainerDnsConfigDetails. :type: list[str] Nr )r r r r r r ] s c C s | j S )a{ Gets the options of this CreateContainerDnsConfigDetails. Options allows certain internal resolver variables to be modified. Options are a list of objects in https://man7.org/linux/man-pages/man5/resolv.conf.5.html. Examples: ["ndots:n", "edns0"]. :return: The options of this CreateContainerDnsConfigDetails. :rtype: list[str] �r r r r r r i s z'CreateContainerDnsConfigDetails.optionsc C s || _ dS )a� Sets the options of this CreateContainerDnsConfigDetails. Options allows certain internal resolver variables to be modified. Options are a list of objects in https://man7.org/linux/man-pages/man5/resolv.conf.5.html. Examples: ["ndots:n", "edns0"]. :param options: The options of this CreateContainerDnsConfigDetails. :type: list[str] Nr )r r r r r r v s c C s t | �S �N)r r r r r �__repr__� s z(CreateContainerDnsConfigDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z&CreateContainerDnsConfigDetails.__eq__c C s | |k S r r r r r r �__ne__� s z&CreateContainerDnsConfigDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"