📂 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
›
disaster_recovery
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/disaster_recovery/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: compute_instance_vnic_mapping.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ComputeInstanceVnicMappingzC A compute instance's source and destination VNIC mapping. 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_list�sourceVnicId�destinationSubnetId�destinationNsgIdListN)� swagger_types� attribute_map�_source_vnic_id�_destination_subnet_id�_destination_nsg_id_list)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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.phx.exampleocid` :return: The source_vnic_id of this ComputeInstanceVnicMapping. :rtype: str �r �r r r r r 2 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.phx.exampleocid` :param source_vnic_id: The source_vnic_id of this ComputeInstanceVnicMapping. :type: str Nr )r r r r r r @ s c C s | j S )aT **[Required]** Gets the destination_subnet_id of this ComputeInstanceVnicMapping. The OCID of the destination (remote) subnet to which this VNIC should connect. Example: `ocid1.subnet.oc1.iad.exampleocid` :return: The destination_subnet_id of this ComputeInstanceVnicMapping. :rtype: str �r r r r r r N s z0ComputeInstanceVnicMapping.destination_subnet_idc C s || _ dS )aY Sets the destination_subnet_id of this ComputeInstanceVnicMapping. The OCID of the destination (remote) subnet to which this VNIC should connect. Example: `ocid1.subnet.oc1.iad.exampleocid` :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 destination region's network security group (NSG) OCIDs which this VNIC should use. Example: `[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]` :return: The destination_nsg_id_list of this ComputeInstanceVnicMapping. :rtype: list[str] �r r r r r r j s z2ComputeInstanceVnicMapping.destination_nsg_id_listc C s || _ dS )a� Sets the destination_nsg_id_list of this ComputeInstanceVnicMapping. A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example: `[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]` :param destination_nsg_id_list: The destination_nsg_id_list of this ComputeInstanceVnicMapping. :type: list[str] Nr )r r r r r r x 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"