📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_vtap_details.pyc
a N��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 @ s e Zd ZdZdZdZdZdZdZdZ dZ dZd Zd Z 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"d?d@� Z#dAdB� Z$dCdD� Z%dES )F�UpdateVtapDetailszb These details can be included in a request to update a virtual test access point (VTAP). �VXLAN�DEFAULT�PRIORITY�VNIC�NETWORK_LOAD_BALANCER� IP_ADDRESS�SUBNET� LOAD_BALANCER� DB_SYSTEM�EXADATA_VM_CLUSTER�AUTONOMOUS_DATA_WAREHOUSEc K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )av Initializes a new UpdateVtapDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param defined_tags: The value to assign to the defined_tags property of this UpdateVtapDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this UpdateVtapDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVtapDetails. :type freeform_tags: dict(str, str) :param source_id: The value to assign to the source_id property of this UpdateVtapDetails. :type source_id: str :param target_id: The value to assign to the target_id property of this UpdateVtapDetails. :type target_id: str :param target_ip: The value to assign to the target_ip property of this UpdateVtapDetails. :type target_ip: str :param capture_filter_id: The value to assign to the capture_filter_id property of this UpdateVtapDetails. :type capture_filter_id: str :param encapsulation_protocol: The value to assign to the encapsulation_protocol property of this UpdateVtapDetails. 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 UpdateVtapDetails. :type vxlan_network_identifier: int :param is_vtap_enabled: The value to assign to the is_vtap_enabled property of this UpdateVtapDetails. :type is_vtap_enabled: bool :param traffic_mode: The value to assign to the traffic_mode property of this UpdateVtapDetails. 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 UpdateVtapDetails. :type max_packet_size: int :param source_private_endpoint_ip: The value to assign to the source_private_endpoint_ip property of this UpdateVtapDetails. :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 UpdateVtapDetails. :type source_private_endpoint_subnet_id: str :param target_type: The value to assign to the target_type property of this UpdateVtapDetails. Allowed values for this property are: "VNIC", "NETWORK_LOAD_BALANCER", "IP_ADDRESS" :type target_type: str :param source_type: The value to assign to the source_type property of this UpdateVtapDetails. Allowed values for this property are: "VNIC", "SUBNET", "LOAD_BALANCER", "DB_SYSTEM", "EXADATA_VM_CLUSTER", "AUTONOMOUS_DATA_WAREHOUSE" :type source_type: str zdict(str, dict(str, object))�strzdict(str, str)�int�bool)�defined_tags�display_name� freeform_tags� source_id� target_id� target_ip�capture_filter_id�encapsulation_protocol�vxlan_network_identifier�is_vtap_enabled�traffic_mode�max_packet_size�source_private_endpoint_ip�!source_private_endpoint_subnet_id�target_type�source_type�definedTags�displayName�freeformTags�sourceId�targetId�targetIp�captureFilterId�encapsulationProtocol�vxlanNetworkIdentifier� isVtapEnabled�trafficMode� maxPacketSize�sourcePrivateEndpointIp�sourcePrivateEndpointSubnetId� targetType� sourceTypeN)� swagger_types� attribute_map� _defined_tags� _display_name�_freeform_tags� _source_id� _target_id� _target_ip�_capture_filter_id�_encapsulation_protocol�_vxlan_network_identifier�_is_vtap_enabled� _traffic_mode�_max_packet_size�_source_private_endpoint_ip�"_source_private_endpoint_subnet_id�_target_type�_source_type)�self�kwargs� rI ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/update_vtap_details.py�__init__@ sd K��zUpdateVtapDetails.__init__c C s | j S )a� Gets the defined_tags of this UpdateVtapDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateVtapDetails. :rtype: dict(str, dict(str, object)) �r7 �rG rI rI rJ r � s zUpdateVtapDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateVtapDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateVtapDetails. :type: dict(str, dict(str, object)) NrL )rG r rI rI rJ r � s c C s | j S )a Gets the display_name of this UpdateVtapDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this UpdateVtapDetails. :rtype: str �r8 rM rI rI rJ r � s zUpdateVtapDetails.display_namec C s || _ dS )a Sets the display_name of this UpdateVtapDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this UpdateVtapDetails. :type: str NrN )rG r rI rI rJ r � s c C s | j S )a� Gets the freeform_tags of this UpdateVtapDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateVtapDetails. :rtype: dict(str, str) �r9 rM rI rI rJ r � s zUpdateVtapDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateVtapDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateVtapDetails. :type: dict(str, str) NrO )rG r rI rI rJ r s c C s | j S )a, Gets the source_id of this UpdateVtapDetails. The `OCID`__ of the source point where packets are captured. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The source_id of this UpdateVtapDetails. :rtype: str �r: rM rI rI rJ r s zUpdateVtapDetails.source_idc C s || _ dS )a4 Sets the source_id of this UpdateVtapDetails. The `OCID`__ of the source point where packets are captured. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param source_id: The source_id of this UpdateVtapDetails. :type: str NrP )rG r rI rI rJ r - s c C s | j S )a9 Gets the target_id of this UpdateVtapDetails. The `OCID`__ of the destination resource where mirrored packets are sent. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The target_id of this UpdateVtapDetails. :rtype: str �r; rM rI rI rJ r ; s zUpdateVtapDetails.target_idc C s || _ dS )aA Sets the target_id of this UpdateVtapDetails. The `OCID`__ of the destination resource where mirrored packets are sent. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param target_id: The target_id of this UpdateVtapDetails. :type: str NrQ )rG r rI rI rJ r I s c C s | j S )z� Gets the target_ip of this UpdateVtapDetails. The IP address of the destination resource where mirrored packets are sent. :return: The target_ip of this UpdateVtapDetails. :rtype: str �r<