📂 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: create_vtap_details.cpython-39.pyc
a ���f�b � @ 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 @ s4 e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Z e jd8d7� �Z ed9d:� �Z!e!jd;d:� �Z!ed<d=� �Z"e"jd>d=� �Z"ed?d@� �Z#e#jdAd@� �Z#edBdC� �Z$e$jdDdC� �Z$dEdF� Z%dGdH� Z&dIdJ� Z'dKS )L�CreateVtapDetailsz_ These details are included in a request to create a virtual test access point (VTAP). �VXLAN�VNIC�SUBNET� LOAD_BALANCER� DB_SYSTEM�EXADATA_VM_CLUSTER�AUTONOMOUS_DATA_WAREHOUSE�DEFAULT�PRIORITY�NETWORK_LOAD_BALANCER� IP_ADDRESSc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateVtapDetails 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 CreateVtapDetails. :type compartment_id: str :param vcn_id: The value to assign to the vcn_id property of this CreateVtapDetails. :type vcn_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateVtapDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateVtapDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVtapDetails. :type freeform_tags: dict(str, str) :param source_id: The value to assign to the source_id property of this CreateVtapDetails. :type source_id: str :param target_id: The value to assign to the target_id property of this CreateVtapDetails. :type target_id: str :param target_ip: The value to assign to the target_ip property of this CreateVtapDetails. :type target_ip: str :param capture_filter_id: The value to assign to the capture_filter_id property of this CreateVtapDetails. :type capture_filter_id: str :param encapsulation_protocol: The value to assign to the encapsulation_protocol property of this CreateVtapDetails. Allowed values for this property are: "VXLAN" :type encapsulation_protocol: str :param vxlan_network_identifier: The value to assign to the vxlan_network_identifier property of this CreateVtapDetails. :type vxlan_network_identifier: int :param is_vtap_enabled: The value to assign to the is_vtap_enabled property of this CreateVtapDetails. :type is_vtap_enabled: bool :param source_type: The value to assign to the source_type property of this CreateVtapDetails. Allowed values for this property are: "VNIC", "SUBNET", "LOAD_BALANCER", "DB_SYSTEM", "EXADATA_VM_CLUSTER", "AUTONOMOUS_DATA_WAREHOUSE" :type source_type: str :param traffic_mode: The value to assign to the traffic_mode property of this CreateVtapDetails. Allowed values for this property are: "DEFAULT", "PRIORITY" :type traffic_mode: str :param max_packet_size: The value to assign to the max_packet_size property of this CreateVtapDetails. :type max_packet_size: int :param target_type: The value to assign to the target_type property of this CreateVtapDetails. Allowed values for this property are: "VNIC", "NETWORK_LOAD_BALANCER", "IP_ADDRESS" :type target_type: str :param source_private_endpoint_ip: The value to assign to the source_private_endpoint_ip property of this CreateVtapDetails. :type source_private_endpoint_ip: str :param source_private_endpoint_subnet_id: The value to assign to the source_private_endpoint_subnet_id property of this CreateVtapDetails. :type source_private_endpoint_subnet_id: str �strzdict(str, dict(str, object))zdict(str, str)�int�bool)�compartment_id�vcn_id�defined_tags�display_name� freeform_tags� source_id� target_id� target_ip�capture_filter_id�encapsulation_protocol�vxlan_network_identifier�is_vtap_enabled�source_type�traffic_mode�max_packet_size�target_type�source_private_endpoint_ip�!source_private_endpoint_subnet_idZ compartmentIdZvcnIdZdefinedTagsZdisplayNameZfreeformTagsZsourceIdZtargetIdZtargetIpZcaptureFilterIdZencapsulationProtocolZvxlanNetworkIdentifierZ isVtapEnabledZ sourceTypeZtrafficModeZ maxPacketSizeZ targetTypeZsourcePrivateEndpointIpZsourcePrivateEndpointSubnetIdN)Z swagger_typesZ attribute_map�_compartment_id�_vcn_id� _defined_tags� _display_name�_freeform_tags� _source_id� _target_id� _target_ip�_capture_filter_id�_encapsulation_protocol�_vxlan_network_identifier�_is_vtap_enabled�_source_type� _traffic_mode�_max_packet_size�_target_type�_source_private_endpoint_ip�"_source_private_endpoint_subnet_id)�self�kwargs� r; �P/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/create_vtap_details.py�__init__B sp S��zCreateVtapDetails.__init__c C s | j S )aH **[Required]** Gets the compartment_id of this CreateVtapDetails. The `OCID`__ of the compartment containing the `Vtap` resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateVtapDetails. :rtype: str �r'