📂 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
›
container_instances
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_instances/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_vnic_details.cpython-39.pyc
a ���fT- � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateContainerVnicDetailsa& Information to create a virtual network interface card (VNIC) which gives the containers on this container instance access to a virtual client network (VCN). You use this object when creating the primary VNIC during container instance launch or when creating a secondary VNIC. This VNIC is created in the same compartment as the specified subnet on behalf of the customer. The VNIC created by this call contains both the tags specified in this object as well as any tags specified in the parent container instance. c K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateContainerVnicDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateContainerVnicDetails. :type display_name: str :param hostname_label: The value to assign to the hostname_label property of this CreateContainerVnicDetails. :type hostname_label: str :param is_public_ip_assigned: The value to assign to the is_public_ip_assigned property of this CreateContainerVnicDetails. :type is_public_ip_assigned: bool :param skip_source_dest_check: The value to assign to the skip_source_dest_check property of this CreateContainerVnicDetails. :type skip_source_dest_check: bool :param nsg_ids: The value to assign to the nsg_ids property of this CreateContainerVnicDetails. :type nsg_ids: list[str] :param private_ip: The value to assign to the private_ip property of this CreateContainerVnicDetails. :type private_ip: str :param subnet_id: The value to assign to the subnet_id property of this CreateContainerVnicDetails. :type subnet_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateContainerVnicDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateContainerVnicDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolz list[str]zdict(str, str)zdict(str, dict(str, object))) �display_name�hostname_label�is_public_ip_assigned�skip_source_dest_check�nsg_ids� private_ip� subnet_id� freeform_tags�defined_tagsZdisplayNameZ hostnameLabelZisPublicIpAssignedZskipSourceDestCheckZnsgIdsZ privateIpZsubnetIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_hostname_label�_is_public_ip_assigned�_skip_source_dest_check�_nsg_ids�_private_ip� _subnet_id�_freeform_tags� _defined_tags)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/container_instances/models/create_container_vnic_details.py�__init__ s: +� �z#CreateContainerVnicDetails.__init__c C s | j S )a Gets the display_name of this CreateContainerVnicDetails. A user-friendly name for the VNIC. Does not have to be unique. Avoid entering confidential information. :return: The display_name of this CreateContainerVnicDetails. :rtype: str �r �r r r r r f s z'CreateContainerVnicDetails.display_namec C s || _ dS )a* Sets the display_name of this CreateContainerVnicDetails. A user-friendly name for the VNIC. Does not have to be unique. Avoid entering confidential information. :param display_name: The display_name of this CreateContainerVnicDetails. :type: str Nr )r r r r r r s s c C s | j S )z� Gets the hostname_label of this CreateContainerVnicDetails. The hostname for the VNIC's primary private IP. Used for DNS. :return: The hostname_label of this CreateContainerVnicDetails. :rtype: str �r r! r r r r � s z)CreateContainerVnicDetails.hostname_labelc C s || _ dS )z� Sets the hostname_label of this CreateContainerVnicDetails. The hostname for the VNIC's primary private IP. Used for DNS. :param hostname_label: The hostname_label of this CreateContainerVnicDetails. :type: str Nr"