📂 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: dhcp_options.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 @ sP e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�DhcpOptionsa� A set of DHCP options. Used by the VCN to automatically provide configuration information to the instances when they boot up. There are two options you can set: - :class:`DhcpDnsOption`: Lets you specify how DNS (hostname resolution) is handled in the subnets in your VCN. - :class:`DhcpSearchDomainOption`: Lets you specify a search domain name to use for DNS queries. For more information, see `DNS in Your Virtual Cloud Network`__ and `DHCP Options`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm __ https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDHCP.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING� AVAILABLE�TERMINATING� TERMINATED� SUBNET_DOMAIN� VCN_DOMAIN� CUSTOM_DOMAINc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aJ Initializes a new DhcpOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this DhcpOptions. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this DhcpOptions. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this DhcpOptions. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this DhcpOptions. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this DhcpOptions. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DhcpOptions. 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 :param options: The value to assign to the options property of this DhcpOptions. :type options: list[oci.core.models.DhcpOption] :param time_created: The value to assign to the time_created property of this DhcpOptions. :type time_created: datetime :param vcn_id: The value to assign to the vcn_id property of this DhcpOptions. :type vcn_id: str :param domain_name_type: The value to assign to the domain_name_type property of this DhcpOptions. Allowed values for this property are: "SUBNET_DOMAIN", "VCN_DOMAIN", "CUSTOM_DOMAIN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type domain_name_type: str �strzdict(str, dict(str, object))zdict(str, str)zlist[DhcpOption]�datetime) �compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�options�time_created�vcn_id�domain_name_type� compartmentId�definedTags�displayName�freeformTagsr �lifecycleStater �timeCreated�vcnId�domainNameTypeN)� swagger_types� attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_options� _time_created�_vcn_id�_domain_name_type)�self�kwargs� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/dhcp_options.py�__init__>