📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_virtual_circuit_details.cpython-39.opt-1.pyc
a ���f�i � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z d>d?� Z!d@dA� Z"dBdC� Z#dDS )E�UpdateVirtualCircuitDetailsz, UpdateVirtualCircuitDetails model. �ORACLE_SERVICE_NETWORK�REGIONAL�MARKET_LEVEL�GLOBAL�ENABLED�DISABLED�ACTIVE�INACTIVE�MTU_1500�MTU_9000c K s� ddddddddddddddddd�| _ d d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new UpdateVirtualCircuitDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param bandwidth_shape_name: The value to assign to the bandwidth_shape_name property of this UpdateVirtualCircuitDetails. :type bandwidth_shape_name: str :param cross_connect_mappings: The value to assign to the cross_connect_mappings property of this UpdateVirtualCircuitDetails. :type cross_connect_mappings: list[oci.vn_monitoring.models.CrossConnectMapping] :param routing_policy: The value to assign to the routing_policy property of this UpdateVirtualCircuitDetails. Allowed values for items in this list are: "ORACLE_SERVICE_NETWORK", "REGIONAL", "MARKET_LEVEL", "GLOBAL" :type routing_policy: list[str] :param bgp_admin_state: The value to assign to the bgp_admin_state property of this UpdateVirtualCircuitDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type bgp_admin_state: str :param is_bfd_enabled: The value to assign to the is_bfd_enabled property of this UpdateVirtualCircuitDetails. :type is_bfd_enabled: bool :param is_transport_mode: The value to assign to the is_transport_mode property of this UpdateVirtualCircuitDetails. :type is_transport_mode: bool :param customer_bgp_asn: The value to assign to the customer_bgp_asn property of this UpdateVirtualCircuitDetails. :type customer_bgp_asn: int :param customer_asn: The value to assign to the customer_asn property of this UpdateVirtualCircuitDetails. :type customer_asn: int :param defined_tags: The value to assign to the defined_tags property of this UpdateVirtualCircuitDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this UpdateVirtualCircuitDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVirtualCircuitDetails. :type freeform_tags: dict(str, str) :param gateway_id: The value to assign to the gateway_id property of this UpdateVirtualCircuitDetails. :type gateway_id: str :param provider_state: The value to assign to the provider_state property of this UpdateVirtualCircuitDetails. Allowed values for this property are: "ACTIVE", "INACTIVE" :type provider_state: str :param provider_service_key_name: The value to assign to the provider_service_key_name property of this UpdateVirtualCircuitDetails. :type provider_service_key_name: str :param reference_comment: The value to assign to the reference_comment property of this UpdateVirtualCircuitDetails. :type reference_comment: str :param ip_mtu: The value to assign to the ip_mtu property of this UpdateVirtualCircuitDetails. Allowed values for this property are: "MTU_1500", "MTU_9000" :type ip_mtu: str �strzlist[CrossConnectMapping]z list[str]�bool�intzdict(str, dict(str, object))zdict(str, str))�bandwidth_shape_name�cross_connect_mappings�routing_policy�bgp_admin_state�is_bfd_enabled�is_transport_mode�customer_bgp_asn�customer_asn�defined_tags�display_name� freeform_tags� gateway_id�provider_state�provider_service_key_name�reference_comment�ip_mtuZbandwidthShapeNameZcrossConnectMappingsZ routingPolicyZ bgpAdminStateZisBfdEnabledZisTransportModeZcustomerBgpAsnZcustomerAsnZdefinedTagsZdisplayNameZfreeformTagsZ gatewayIdZ providerStateZproviderServiceKeyNameZreferenceCommentZipMtuN)Z swagger_typesZ attribute_map�_bandwidth_shape_name�_cross_connect_mappings�_routing_policy�_bgp_admin_state�_is_bfd_enabled�_is_transport_mode�_customer_bgp_asn� _customer_asn� _defined_tags� _display_name�_freeform_tags�_gateway_id�_provider_state�_provider_service_key_name�_reference_comment�_ip_mtu)�self�kwargs� r6 �[/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/update_virtual_circuit_details.py�__init__: sd K��z$UpdateVirtualCircuitDetails.__init__c C s | j S )a� Gets the bandwidth_shape_name of this UpdateVirtualCircuitDetails. The provisioned data rate of the connection. To get a list of the available bandwidth levels (that is, shapes), see :func:`list_fast_connect_provider_virtual_circuit_bandwidth_shapes`. To be updated only by the customer who owns the virtual circuit. :return: The bandwidth_shape_name of this UpdateVirtualCircuitDetails. :rtype: str �r$ �r4 r6 r6 r7 r � s z0UpdateVirtualCircuitDetails.bandwidth_shape_namec C s || _ dS )a� Sets the bandwidth_shape_name of this UpdateVirtualCircuitDetails. The provisioned data rate of the connection. To get a list of the available bandwidth levels (that is, shapes), see :func:`list_fast_connect_provider_virtual_circuit_bandwidth_shapes`. To be updated only by the customer who owns the virtual circuit. :param bandwidth_shape_name: The bandwidth_shape_name of this UpdateVirtualCircuitDetails. :type: str Nr9 )r4 r r6 r6 r7 r � s c C s | j S )a5 Gets the cross_connect_mappings of this UpdateVirtualCircuitDetails. An array of mappings, each containing properties for a cross-connect or cross-connect group associated with this virtual circuit. The customer and provider can update different properties in the mapping depending on the situation. See the description of the :class:`CrossConnectMapping`. :return: The cross_connect_mappings of this UpdateVirtualCircuitDetails. :rtype: list[oci.vn_monitoring.models.CrossConnectMapping] �r% r: r6 r6 r7 r � s z2UpdateVirtualCircuitDetails.cross_connect_mappingsc C s || _ dS )aJ Sets the cross_connect_mappings of this UpdateVirtualCircuitDetails. An array of mappings, each containing properties for a cross-connect or cross-connect group associated with this virtual circuit. The customer and provider can update different properties in the mapping depending on the situation. See the description of the :class:`CrossConnectMapping`. :param cross_connect_mappings: The cross_connect_mappings of this UpdateVirtualCircuitDetails. :type: list[oci.vn_monitoring.models.CrossConnectMapping] Nr; )r4 r r6 r6 r7 r � s c C s | j S )a� Gets the routing_policy of this UpdateVirtualCircuitDetails. The routing policy sets how routing information about the Oracle cloud is shared over a public virtual circuit. Policies available are: `ORACLE_SERVICE_NETWORK`, `REGIONAL`, `MARKET_LEVEL`, and `GLOBAL`. See `Route Filtering`__ for details. By default, routing information is shared for all routes in the same market. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/routingonprem.htm#route_filtering Allowed values for items in this list are: "ORACLE_SERVICE_NETWORK", "REGIONAL", "MARKET_LEVEL", "GLOBAL" :return: The routing_policy of this UpdateVirtualCircuitDetails. :rtype: list[str] )r&