📂 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: cross_connect_group.cpython-39.opt-1.pyc
a ���fAA � @ 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 @ sb e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�CrossConnectGroupa+ For use with Oracle Cloud Infrastructure FastConnect. A cross-connect group is a link aggregation group (LAG), which can contain one or more :class:`CrossConnect`. Customers who are colocated with Oracle in a FastConnect location create and use cross-connect groups. For more information, see `FastConnect Overview`__. **Note:** If you're a provider who is setting up a physical connection to Oracle so customers can use FastConnect over the connection, be aware that your connection is modeled the same way as a colocated customer's (with `CrossConnect` and `CrossConnectGroup` objects, and so on). 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/fastconnect.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING�PROVISIONED�INACTIVE�TERMINATING� TERMINATEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CrossConnectGroup 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 CrossConnectGroup. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CrossConnectGroup. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CrossConnectGroup. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CrossConnectGroup. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this CrossConnectGroup. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this CrossConnectGroup. Allowed values for this property are: "PROVISIONING", "PROVISIONED", "INACTIVE", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param customer_reference_name: The value to assign to the customer_reference_name property of this CrossConnectGroup. :type customer_reference_name: str :param time_created: The value to assign to the time_created property of this CrossConnectGroup. :type time_created: datetime :param macsec_properties: The value to assign to the macsec_properties property of this CrossConnectGroup. :type macsec_properties: oci.core.models.MacsecProperties :param oci_physical_device_name: The value to assign to the oci_physical_device_name property of this CrossConnectGroup. :type oci_physical_device_name: str :param oci_logical_device_name: The value to assign to the oci_logical_device_name property of this CrossConnectGroup. :type oci_logical_device_name: str �strzdict(str, dict(str, object))zdict(str, str)ZdatetimeZMacsecProperties)�compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�customer_reference_name�time_created�macsec_properties�oci_physical_device_name�oci_logical_device_nameZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZcustomerReferenceNameZtimeCreatedZmacsecPropertiesZociPhysicalDeviceNameZociLogicalDeviceNameN) Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_customer_reference_name� _time_created�_macsec_properties�_oci_physical_device_name�_oci_logical_device_name)�self�kwargs� r% �G/usr/lib/python3.9/site-packages/oci/core/models/cross_connect_group.py�__init__5 sF 5��zCrossConnectGroup.__init__c C s | j S )a= Gets the compartment_id of this CrossConnectGroup. The `OCID`__ of the compartment containing the cross-connect group. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CrossConnectGroup. :rtype: str �r �r# r% r% r&