📂 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: create_drg_attachment_details.cpython-39.pyc
a ���f3 � @ 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� �Zdd� Zdd� Zd d!� Zd"S )#�CreateDrgAttachmentDetailsz+ CreateDrgAttachmentDetails model. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreateDrgAttachmentDetails 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 CreateDrgAttachmentDetails. :type display_name: str :param drg_id: The value to assign to the drg_id property of this CreateDrgAttachmentDetails. :type drg_id: str :param drg_route_table_id: The value to assign to the drg_route_table_id property of this CreateDrgAttachmentDetails. :type drg_route_table_id: str :param network_details: The value to assign to the network_details property of this CreateDrgAttachmentDetails. :type network_details: oci.core.models.DrgAttachmentNetworkCreateDetails :param defined_tags: The value to assign to the defined_tags property of this CreateDrgAttachmentDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateDrgAttachmentDetails. :type freeform_tags: dict(str, str) :param route_table_id: The value to assign to the route_table_id property of this CreateDrgAttachmentDetails. :type route_table_id: str :param vcn_id: The value to assign to the vcn_id property of this CreateDrgAttachmentDetails. :type vcn_id: str �strZ!DrgAttachmentNetworkCreateDetailszdict(str, dict(str, object))zdict(str, str))�display_name�drg_id�drg_route_table_id�network_details�defined_tags� freeform_tags�route_table_id�vcn_idZdisplayNameZdrgIdZdrgRouteTableIdZnetworkDetailsZdefinedTagsZfreeformTagsZrouteTableIdZvcnIdN) Z swagger_typesZ attribute_map� _display_name�_drg_id�_drg_route_table_id�_network_details� _defined_tags�_freeform_tags�_route_table_id�_vcn_id)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/core/models/create_drg_attachment_details.py�__init__ s4 '��z#CreateDrgAttachmentDetails.__init__c C s | j S )a' Gets the display_name of this CreateDrgAttachmentDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this CreateDrgAttachmentDetails. :rtype: str �r �r r r r r W s z'CreateDrgAttachmentDetails.display_namec C s || _ dS )a2 Sets the display_name of this CreateDrgAttachmentDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this CreateDrgAttachmentDetails. :type: str Nr )r r r r r r d s c C s | j S )a# **[Required]** Gets the drg_id of this CreateDrgAttachmentDetails. The `OCID`__ of the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The drg_id of this CreateDrgAttachmentDetails. :rtype: str �r r r r r r q s z!CreateDrgAttachmentDetails.drg_idc C s || _ dS )a Sets the drg_id of this CreateDrgAttachmentDetails. The `OCID`__ of the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param drg_id: The drg_id of this CreateDrgAttachmentDetails. :type: str Nr )r r r r r r s c C s | j S )a� Gets the drg_route_table_id of this CreateDrgAttachmentDetails. The `OCID`__ of the DRG route table that is assigned to this attachment. The DRG route table manages traffic inside the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The drg_route_table_id of this CreateDrgAttachmentDetails. :rtype: str �r r r r r r � s z-CreateDrgAttachmentDetails.drg_route_table_idc C s || _ dS )a� Sets the drg_route_table_id of this CreateDrgAttachmentDetails. The `OCID`__ of the DRG route table that is assigned to this attachment. The DRG route table manages traffic inside the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param drg_route_table_id: The drg_route_table_id of this CreateDrgAttachmentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the network_details of this CreateDrgAttachmentDetails. :return: The network_details of this CreateDrgAttachmentDetails. :rtype: oci.core.models.DrgAttachmentNetworkCreateDetails �r r r r r r � s z*CreateDrgAttachmentDetails.network_detailsc C s || _ dS )z� Sets the network_details of this CreateDrgAttachmentDetails. :param network_details: The network_details of this CreateDrgAttachmentDetails. :type: oci.core.models.DrgAttachmentNetworkCreateDetails Nr! )r r r r r r � s c C s | j S )a� Gets the defined_tags of this CreateDrgAttachmentDetails. 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 CreateDrgAttachmentDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z'CreateDrgAttachmentDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this CreateDrgAttachmentDetails. 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 CreateDrgAttachmentDetails. :type: dict(str, dict(str, object)) Nr"