📂 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_movable_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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�!ComputeInstanceMovableVnicMappingzS Source VNIC to destination subnet mapping for a movable compute instance. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new ComputeInstanceMovableVnicMapping 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 ComputeInstanceMovableVnicMapping. :type source_vnic_id: str :param destination_subnet_id: The value to assign to the destination_subnet_id property of this ComputeInstanceMovableVnicMapping. :type destination_subnet_id: str :param destination_primary_private_ip_address: The value to assign to the destination_primary_private_ip_address property of this ComputeInstanceMovableVnicMapping. :type destination_primary_private_ip_address: str :param destination_primary_private_ip_hostname_label: The value to assign to the destination_primary_private_ip_hostname_label property of this ComputeInstanceMovableVnicMapping. :type destination_primary_private_ip_hostname_label: str :param destination_nsg_id_list: The value to assign to the destination_nsg_id_list property of this ComputeInstanceMovableVnicMapping. :type destination_nsg_id_list: list[str] �strz list[str])�source_vnic_id�destination_subnet_id�&destination_primary_private_ip_address�-destination_primary_private_ip_hostname_label�destination_nsg_id_listZsourceVnicIdZdestinationSubnetIdZ"destinationPrimaryPrivateIpAddressZ(destinationPrimaryPrivateIpHostnameLabelZdestinationNsgIdListN)Z swagger_typesZ attribute_map�_source_vnic_id�_destination_subnet_id�'_destination_primary_private_ip_address�._destination_primary_private_ip_hostname_label�_destination_nsg_id_list)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.py�__init__ s"