📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vnic_attachment.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 @ sx e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�VnicAttachmentag Represents an attachment between a VNIC and an instance. For more information, see `Virtual Network Interface Cards (VNICs)`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm � ATTACHING�ATTACHED� DETACHING�DETACHEDc K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )aV Initializes a new VnicAttachment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this VnicAttachment. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this VnicAttachment. :type compartment_id: str :param display_name: The value to assign to the display_name property of this VnicAttachment. :type display_name: str :param id: The value to assign to the id property of this VnicAttachment. :type id: str :param instance_id: The value to assign to the instance_id property of this VnicAttachment. :type instance_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this VnicAttachment. Allowed values for this property are: "ATTACHING", "ATTACHED", "DETACHING", "DETACHED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param nic_index: The value to assign to the nic_index property of this VnicAttachment. :type nic_index: int :param subnet_id: The value to assign to the subnet_id property of this VnicAttachment. :type subnet_id: str :param vlan_id: The value to assign to the vlan_id property of this VnicAttachment. :type vlan_id: str :param time_created: The value to assign to the time_created property of this VnicAttachment. :type time_created: datetime :param vlan_tag: The value to assign to the vlan_tag property of this VnicAttachment. :type vlan_tag: int :param vnic_id: The value to assign to the vnic_id property of this VnicAttachment. :type vnic_id: str �str�intZdatetime)�availability_domain�compartment_id�display_name�id�instance_id�lifecycle_state� nic_index� subnet_id�vlan_id�time_created�vlan_tag�vnic_idZavailabilityDomainZ compartmentIdZdisplayNamer Z instanceIdZlifecycleStateZnicIndexZsubnetIdZvlanIdZtimeCreatedZvlanTagZvnicIdN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_id�_instance_id�_lifecycle_state� _nic_index� _subnet_id�_vlan_id� _time_created� _vlan_tag�_vnic_id)�self�kwargs� r'