📂 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: update_dhcp_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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�UpdateDhcpDetailsz" UpdateDhcpDetails model. � SUBNET_DOMAIN� VCN_DOMAIN� CUSTOM_DOMAINc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a] Initializes a new UpdateDhcpDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param defined_tags: The value to assign to the defined_tags property of this UpdateDhcpDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this UpdateDhcpDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDhcpDetails. :type freeform_tags: dict(str, str) :param options: The value to assign to the options property of this UpdateDhcpDetails. :type options: list[oci.core.models.DhcpOption] :param domain_name_type: The value to assign to the domain_name_type property of this UpdateDhcpDetails. Allowed values for this property are: "SUBNET_DOMAIN", "VCN_DOMAIN", "CUSTOM_DOMAIN" :type domain_name_type: str zdict(str, dict(str, object))�strzdict(str, str)zlist[DhcpOption])�defined_tags�display_name� freeform_tags�options�domain_name_typeZdefinedTagsZdisplayNameZfreeformTagsr ZdomainNameTypeN)Z swagger_typesZ attribute_map� _defined_tags� _display_name�_freeform_tags�_options�_domain_name_type)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/core/models/update_dhcp_details.py�__init__ s"