ruạṛ
a O��f�3 � @ 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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CrossConnecta� For use with Oracle Cloud Infrastructure FastConnect. A cross-connect represents a physical connection between an existing network and Oracle. Customers who are colocated with Oracle in a FastConnect location create and use cross-connects. For more information, see `FastConnect Overview`__. Oracle recommends you create each cross-connect in a :class:`CrossConnectGroup` so you can use link aggregation with the connection. **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 �PENDING_CUSTOMER�PROVISIONING�PROVISIONED�INACTIVE�TERMINATING� TERMINATEDc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a� Initializes a new CrossConnect 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 CrossConnect. :type compartment_id: str :param cross_connect_group_id: The value to assign to the cross_connect_group_id property of this CrossConnect. :type cross_connect_group_id: str :param display_name: The value to assign to the display_name property of this CrossConnect. :type display_name: str :param id: The value to assign to the id property of this CrossConnect. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this CrossConnect. Allowed values for this property are: "PENDING_CUSTOMER", "PROVISIONING", "PROVISIONED", "INACTIVE", "TERMINATING", "TERMINATED" :type lifecycle_state: str :param location_name: The value to assign to the location_name property of this CrossConnect. :type location_name: str :param port_name: The value to assign to the port_name property of this CrossConnect. :type port_name: str :param port_speed_shape_name: The value to assign to the port_speed_shape_name property of this CrossConnect. :type port_speed_shape_name: str :param time_created: The value to assign to the time_created property of this CrossConnect. :type time_created: datetime �str�datetime) �compartment_id�cross_connect_group_id�display_name�id�lifecycle_state� location_name� port_name�port_speed_shape_name�time_created� compartmentId�crossConnectGroupId�displayNamer �lifecycleState�locationName�portName�portSpeedShapeName�timeCreatedN)� swagger_types� attribute_map�_compartment_id�_cross_connect_group_id� _display_name�_id�_lifecycle_state�_location_name� _port_name�_port_speed_shape_name� _time_created)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vn_monitoring/models/cross_connect.py�__init__: s: ,� �zCrossConnect.__init__c C s | j S )a3 Gets the compartment_id of this CrossConnect. 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 CrossConnect. :rtype: str �r"