📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: dhcp_dns_option.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DhcpOption� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )� DhcpDnsOptionz� DHCP option for specifying how DNS (hostname resolution) is handled in the subnets in the VCN. For more information, see `DNS in Your Virtual Cloud Network`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm �VcnLocal�VcnLocalPlusInternet�CustomDnsServerc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a� Initializes a new DhcpDnsOption object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.DhcpDnsOption.type` attribute of this class is ``DomainNameServer`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this DhcpDnsOption. :type type: str :param custom_dns_servers: The value to assign to the custom_dns_servers property of this DhcpDnsOption. :type custom_dns_servers: list[str] :param server_type: The value to assign to the server_type property of this DhcpDnsOption. Allowed values for this property are: "VcnLocal", "VcnLocalPlusInternet", "CustomDnsServer", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type server_type: str �strz list[str])�type�custom_dns_servers�server_typer ZcustomDnsServersZ serverTypeNZDomainNameServer)Z swagger_typesZ attribute_mapZ_type�_custom_dns_servers�_server_type)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/core/models/dhcp_dns_option.py�__init__"