📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
47.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vnic_details.cpython-39.pyc
a ���fj � @ 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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�CreateVnicDetailsaH Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see `Virtual Network Interface Cards (VNICs)`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm c K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a] Initializes a new CreateVnicDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param assign_ipv6_ip: The value to assign to the assign_ipv6_ip property of this CreateVnicDetails. :type assign_ipv6_ip: bool :param assign_public_ip: The value to assign to the assign_public_ip property of this CreateVnicDetails. :type assign_public_ip: bool :param assign_private_dns_record: The value to assign to the assign_private_dns_record property of this CreateVnicDetails. :type assign_private_dns_record: bool :param defined_tags: The value to assign to the defined_tags property of this CreateVnicDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateVnicDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVnicDetails. :type freeform_tags: dict(str, str) :param hostname_label: The value to assign to the hostname_label property of this CreateVnicDetails. :type hostname_label: str :param ipv6_address_ipv6_subnet_cidr_pair_details: The value to assign to the ipv6_address_ipv6_subnet_cidr_pair_details property of this CreateVnicDetails. :type ipv6_address_ipv6_subnet_cidr_pair_details: list[oci.core.models.Ipv6AddressIpv6SubnetCidrPairDetails] :param nsg_ids: The value to assign to the nsg_ids property of this CreateVnicDetails. :type nsg_ids: list[str] :param private_ip: The value to assign to the private_ip property of this CreateVnicDetails. :type private_ip: str :param skip_source_dest_check: The value to assign to the skip_source_dest_check property of this CreateVnicDetails. :type skip_source_dest_check: bool :param subnet_id: The value to assign to the subnet_id property of this CreateVnicDetails. :type subnet_id: str :param vlan_id: The value to assign to the vlan_id property of this CreateVnicDetails. :type vlan_id: str �boolzdict(str, dict(str, object))�strzdict(str, str)z*list[Ipv6AddressIpv6SubnetCidrPairDetails]z list[str]) �assign_ipv6_ip�assign_public_ip�assign_private_dns_record�defined_tags�display_name� freeform_tags�hostname_label�*ipv6_address_ipv6_subnet_cidr_pair_details�nsg_ids� private_ip�skip_source_dest_check� subnet_id�vlan_idZassignIpv6IpZassignPublicIpZassignPrivateDnsRecordZdefinedTagsZdisplayNameZfreeformTagsZ hostnameLabelZ$ipv6AddressIpv6SubnetCidrPairDetailsZnsgIdsZ privateIpZskipSourceDestCheckZsubnetIdZvlanIdN)Z swagger_typesZ attribute_map�_assign_ipv6_ip�_assign_public_ip�_assign_private_dns_record� _defined_tags� _display_name�_freeform_tags�_hostname_label�+_ipv6_address_ipv6_subnet_cidr_pair_details�_nsg_ids�_private_ip�_skip_source_dest_check� _subnet_id�_vlan_id)�self�kwargs� r% �G/usr/lib/python3.9/site-packages/oci/core/models/create_vnic_details.py�__init__ sR ;��zCreateVnicDetails.__init__c C s | j S )a� Gets the assign_ipv6_ip of this CreateVnicDetails. Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you. :return: The assign_ipv6_ip of this CreateVnicDetails. :rtype: bool �r �r# r% r% r&