📂 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: internet_gateway.cpython-39.pyc
a ���f9 � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�InternetGatewayaq Represents a router that connects the edge of a VCN with the Internet. For an example scenario that uses an internet gateway, see `Typical Networking Service Scenarios`__. 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/overview.htm#scenarios __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING� AVAILABLE�TERMINATING� TERMINATEDc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new InternetGateway 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 InternetGateway. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this InternetGateway. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this InternetGateway. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this InternetGateway. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this InternetGateway. :type id: str :param is_enabled: The value to assign to the is_enabled property of this InternetGateway. :type is_enabled: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this InternetGateway. 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 time_created: The value to assign to the time_created property of this InternetGateway. :type time_created: datetime :param vcn_id: The value to assign to the vcn_id property of this InternetGateway. :type vcn_id: str :param route_table_id: The value to assign to the route_table_id property of this InternetGateway. :type route_table_id: str �strzdict(str, dict(str, object))zdict(str, str)�boolZdatetime) �compartment_id�defined_tags�display_name� freeform_tags�id� is_enabled�lifecycle_state�time_created�vcn_id�route_table_idZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr Z isEnabledZlifecycleStateZtimeCreatedZvcnIdZrouteTableIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_is_enabled�_lifecycle_state� _time_created�_vcn_id�_route_table_id)�self�kwargs� r# �D/usr/lib/python3.9/site-packages/oci/core/models/internet_gateway.py�__init__+ s@ 1�� zInternetGateway.__init__c C s | j S )aE **[Required]** Gets the compartment_id of this InternetGateway. The `OCID`__ of the compartment containing the internet gateway. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this InternetGateway. :rtype: str �r �r! r# r# r$ r � s zInternetGateway.compartment_idc C s || _ dS )aC Sets the compartment_id of this InternetGateway. The `OCID`__ of the compartment containing the internet gateway. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this InternetGateway. :type: str Nr&