📂 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: drg_attachment.cpython-39.pyc
a ���fhQ � @ 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 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$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Zd2d3� Zd4d5� Zd6d7� Zd8S )9� DrgAttachmentaJ A DRG attachment serves as a link between a DRG and a network resource. A DRG can be attached to a VCN, IPSec tunnel, remote peering connection, or virtual circuit. For more information, see `Overview of the Networking Service`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm � ATTACHING�ATTACHED� DETACHING�DETACHEDc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a, Initializes a new DrgAttachment 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 DrgAttachment. :type compartment_id: str :param display_name: The value to assign to the display_name property of this DrgAttachment. :type display_name: str :param drg_id: The value to assign to the drg_id property of this DrgAttachment. :type drg_id: str :param id: The value to assign to the id property of this DrgAttachment. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DrgAttachment. Allowed values for this property are: "ATTACHING", "ATTACHED", "DETACHING", "DETACHED", '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 DrgAttachment. :type time_created: datetime :param drg_route_table_id: The value to assign to the drg_route_table_id property of this DrgAttachment. :type drg_route_table_id: str :param network_details: The value to assign to the network_details property of this DrgAttachment. :type network_details: oci.core.models.DrgAttachmentNetworkDetails :param defined_tags: The value to assign to the defined_tags property of this DrgAttachment. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this DrgAttachment. :type freeform_tags: dict(str, str) :param route_table_id: The value to assign to the route_table_id property of this DrgAttachment. :type route_table_id: str :param vcn_id: The value to assign to the vcn_id property of this DrgAttachment. :type vcn_id: str :param export_drg_route_distribution_id: The value to assign to the export_drg_route_distribution_id property of this DrgAttachment. :type export_drg_route_distribution_id: str :param is_cross_tenancy: The value to assign to the is_cross_tenancy property of this DrgAttachment. :type is_cross_tenancy: bool �strZdatetimeZDrgAttachmentNetworkDetailszdict(str, dict(str, object))zdict(str, str)�bool)�compartment_id�display_name�drg_id�id�lifecycle_state�time_created�drg_route_table_id�network_details�defined_tags� freeform_tags�route_table_id�vcn_id� export_drg_route_distribution_id�is_cross_tenancyZ compartmentIdZdisplayNameZdrgIdr ZlifecycleStateZtimeCreatedZdrgRouteTableIdZnetworkDetailsZdefinedTagsZfreeformTagsZrouteTableIdZvcnIdZexportDrgRouteDistributionIdZisCrossTenancyN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_drg_id�_id�_lifecycle_state� _time_created�_drg_route_table_id�_network_details� _defined_tags�_freeform_tags�_route_table_id�_vcn_id�!_export_drg_route_distribution_id�_is_cross_tenancy)�self�kwargs� r+ �B/usr/lib/python3.9/site-packages/oci/core/models/drg_attachment.py�__init__'