📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
disaster_recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/__pycache__
💾
Free:
47.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: compute_instance_vnic_mapping.cpython-39.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ComputeInstanceVnicMappingzW Deprecated. Source VNIC to destination subnet mapping for a compute instance. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ComputeInstanceVnicMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_vnic_id: The value to assign to the source_vnic_id property of this ComputeInstanceVnicMapping. :type source_vnic_id: str :param destination_subnet_id: The value to assign to the destination_subnet_id property of this ComputeInstanceVnicMapping. :type destination_subnet_id: str :param destination_nsg_id_list: The value to assign to the destination_nsg_id_list property of this ComputeInstanceVnicMapping. :type destination_nsg_id_list: list[str] �strz list[str])�source_vnic_id�destination_subnet_id�destination_nsg_id_listZsourceVnicIdZdestinationSubnetIdZdestinationNsgIdListN)Z swagger_typesZ attribute_map�_source_vnic_id�_destination_subnet_id�_destination_nsg_id_list)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/compute_instance_vnic_mapping.py�__init__ s ��z#ComputeInstanceVnicMapping.__init__c C s | j S )a **[Required]** Gets the source_vnic_id of this ComputeInstanceVnicMapping. The OCID of the VNIC. Example: `ocid1.vnic.oc1..uniqueID` :return: The source_vnic_id of this ComputeInstanceVnicMapping. :rtype: str �r �r r r r r 4 s z)ComputeInstanceVnicMapping.source_vnic_idc C s || _ dS )a Sets the source_vnic_id of this ComputeInstanceVnicMapping. The OCID of the VNIC. Example: `ocid1.vnic.oc1..uniqueID` :param source_vnic_id: The source_vnic_id of this ComputeInstanceVnicMapping. :type: str Nr )r r r r r r B s c C s | j S )aK **[Required]** Gets the destination_subnet_id of this ComputeInstanceVnicMapping. The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID` :return: The destination_subnet_id of this ComputeInstanceVnicMapping. :rtype: str �r r r r r r P s z0ComputeInstanceVnicMapping.destination_subnet_idc C s || _ dS )aP Sets the destination_subnet_id of this ComputeInstanceVnicMapping. The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID` :param destination_subnet_id: The destination_subnet_id of this ComputeInstanceVnicMapping. :type: str Nr )r r r r r r ^ s c C s | j S )a� Gets the destination_nsg_id_list of this ComputeInstanceVnicMapping. A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example: `[ ocid1.networksecuritygroup.oc1..uniqueID1, ocid1.networksecuritygroup.oc1..uniqueID2 ]` :return: The destination_nsg_id_list of this ComputeInstanceVnicMapping. :rtype: list[str] �r r r r r r l s z2ComputeInstanceVnicMapping.destination_nsg_id_listc C s || _ dS )a� Sets the destination_nsg_id_list of this ComputeInstanceVnicMapping. A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example: `[ ocid1.networksecuritygroup.oc1..uniqueID1, ocid1.networksecuritygroup.oc1..uniqueID2 ]` :param destination_nsg_id_list: The destination_nsg_id_list of this ComputeInstanceVnicMapping. :type: list[str] Nr )r r r r r r { s c C s t | �S �N)r r r r r �__repr__� s z#ComputeInstanceVnicMapping.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!ComputeInstanceVnicMapping.__eq__c C s | |k S r r r r r r �__ne__� s z!ComputeInstanceVnicMapping.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"