📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: drg_route_table.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 @ 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 )-� DrgRouteTablea� All routing inside the DRG is driven by the contents of DRG route tables. DRG route tables contain rules which route packets to a particular network destination, represented as a DRG attachment. The routing decision for a packet entering a DRG is determined by the rules in the DRG route table assigned to the attachment-of-entry. Each DRG attachment can inject routes in any DRG route table, provided there is a statement corresponding to the attachment in the route table's `importDrgRouteDistribution`. You can also insert static routes into the DRG route tables. The DRG route table is always in the same compartment as the DRG. There must always be a default DRG route table for each attachment type. �PROVISIONING� AVAILABLE�TERMINATING� TERMINATEDc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a9 Initializes a new DrgRouteTable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DrgRouteTable. :type id: str :param compartment_id: The value to assign to the compartment_id property of this DrgRouteTable. :type compartment_id: str :param drg_id: The value to assign to the drg_id property of this DrgRouteTable. :type drg_id: str :param defined_tags: The value to assign to the defined_tags property of this DrgRouteTable. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this DrgRouteTable. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this DrgRouteTable. :type freeform_tags: dict(str, str) :param time_created: The value to assign to the time_created property of this DrgRouteTable. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DrgRouteTable. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED" :type lifecycle_state: str :param import_drg_route_distribution_id: The value to assign to the import_drg_route_distribution_id property of this DrgRouteTable. :type import_drg_route_distribution_id: str :param is_ecmp_enabled: The value to assign to the is_ecmp_enabled property of this DrgRouteTable. :type is_ecmp_enabled: bool �strzdict(str, dict(str, object))zdict(str, str)Zdatetime�bool) �id�compartment_id�drg_id�defined_tags�display_name� freeform_tags�time_created�lifecycle_state� import_drg_route_distribution_id�is_ecmp_enabledr Z compartmentIdZdrgIdZdefinedTagsZdisplayNameZfreeformTagsZtimeCreatedZlifecycleStateZimportDrgRouteDistributionIdZ isEcmpEnabledN)Z swagger_typesZ attribute_map�_id�_compartment_id�_drg_id� _defined_tags� _display_name�_freeform_tags� _time_created�_lifecycle_state�!_import_drg_route_distribution_id�_is_ecmp_enabled)�self�kwargs� r# �L/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/drg_route_table.py�__init__, s@ 0�� zDrgRouteTable.__init__c C s | j S )a **[Required]** Gets the id of this DrgRouteTable. The `OCID`__ of the DRG route table. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this DrgRouteTable. :rtype: str �r �r! r# r# r$ r � s zDrgRouteTable.idc C s || _ dS )a Sets the id of this DrgRouteTable. The `OCID`__ of the DRG route table. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this DrgRouteTable. :type: str Nr&