📂 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
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_configuration_create_vnic_details.pyc
a N��fZ9 � @ 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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�&InstanceConfigurationCreateVnicDetailsa Contains the properties of the VNIC for an instance configuration. See :class:`CreateVnicDetails` and `Instance Configurations`__ for more information. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new InstanceConfigurationCreateVnicDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param assign_public_ip: The value to assign to the assign_public_ip property of this InstanceConfigurationCreateVnicDetails. :type assign_public_ip: bool :param assign_private_dns_record: The value to assign to the assign_private_dns_record property of this InstanceConfigurationCreateVnicDetails. :type assign_private_dns_record: bool :param defined_tags: The value to assign to the defined_tags property of this InstanceConfigurationCreateVnicDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this InstanceConfigurationCreateVnicDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this InstanceConfigurationCreateVnicDetails. :type freeform_tags: dict(str, str) :param hostname_label: The value to assign to the hostname_label property of this InstanceConfigurationCreateVnicDetails. :type hostname_label: str :param nsg_ids: The value to assign to the nsg_ids property of this InstanceConfigurationCreateVnicDetails. :type nsg_ids: list[str] :param private_ip: The value to assign to the private_ip property of this InstanceConfigurationCreateVnicDetails. :type private_ip: str :param skip_source_dest_check: The value to assign to the skip_source_dest_check property of this InstanceConfigurationCreateVnicDetails. :type skip_source_dest_check: bool :param subnet_id: The value to assign to the subnet_id property of this InstanceConfigurationCreateVnicDetails. :type subnet_id: str �boolzdict(str, dict(str, object))�strzdict(str, str)z list[str]) �assign_public_ip�assign_private_dns_record�defined_tags�display_name� freeform_tags�hostname_label�nsg_ids� private_ip�skip_source_dest_check� subnet_id�assignPublicIp�assignPrivateDnsRecord�definedTags�displayName�freeformTags� hostnameLabel�nsgIds� privateIp�skipSourceDestCheck�subnetIdN)� swagger_types� attribute_map�_assign_public_ip�_assign_private_dns_record� _defined_tags� _display_name�_freeform_tags�_hostname_label�_nsg_ids�_private_ip�_skip_source_dest_check� _subnet_id)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/instance_configuration_create_vnic_details.py�__init__ s@ /�� z/InstanceConfigurationCreateVnicDetails.__init__c C s | j S )ah Gets the assign_public_ip of this InstanceConfigurationCreateVnicDetails. Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of :class:`CreateVnicDetails` for more information. :return: The assign_public_ip of this InstanceConfigurationCreateVnicDetails. :rtype: bool �r �r) r+ r+ r, r f s z7InstanceConfigurationCreateVnicDetails.assign_public_ipc C s || _ dS )aw Sets the assign_public_ip of this InstanceConfigurationCreateVnicDetails. Whether the VNIC should be assigned a public IP address. See the `assignPublicIp` attribute of :class:`CreateVnicDetails` for more information. :param assign_public_ip: The assign_public_ip of this InstanceConfigurationCreateVnicDetails. :type: bool Nr. )r) r r+ r+ r, r s s c C s | j S )a� Gets the assign_private_dns_record of this InstanceConfigurationCreateVnicDetails. Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of :class:`CreateVnicDetails` for more information. :return: The assign_private_dns_record of this InstanceConfigurationCreateVnicDetails. :rtype: bool �r r/ r+ r+ r, r � s z@InstanceConfigurationCreateVnicDetails.assign_private_dns_recordc C s || _ dS )a� Sets the assign_private_dns_record of this InstanceConfigurationCreateVnicDetails. Whether the VNIC should be assigned a private DNS record. See the `assignPrivateDnsRecord` attribute of :class:`CreateVnicDetails` for more information. :param assign_private_dns_record: The assign_private_dns_record of this InstanceConfigurationCreateVnicDetails. :type: bool Nr0 )r) r r+ r+ r, r � s c C s | j S )a� Gets the defined_tags of this InstanceConfigurationCreateVnicDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this InstanceConfigurationCreateVnicDetails. :rtype: dict(str, dict(str, object)) �r! r/ r+ r+ r, r � s z3InstanceConfigurationCreateVnicDetails.defined_tagsc C s || _ dS )a Sets the defined_tags of this InstanceConfigurationCreateVnicDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this InstanceConfigurationCreateVnicDetails. :type: dict(str, dict(str, object)) Nr1 )r) r r+ r+ r, r � s c C s | j S )a? Gets the display_name of this InstanceConfigurationCreateVnicDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this InstanceConfigurationCreateVnicDetails. :rtype: str �r"