ruạṛ
a ���f*6 � @ 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 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!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�Drga� A dynamic routing gateway (DRG) is a virtual router that provides a path for private network traffic between networks. You use it with other Networking Service components to create a connection to your on-premises network using `Site-to-Site VPN`__ or a connection that uses `FastConnect`__. For more information, see `Networking Overview`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPsec.htm __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING� AVAILABLE�TERMINATING� TERMINATEDc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a" Initializes a new Drg object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Drg. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this Drg. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this Drg. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this Drg. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Drg. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Drg. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Drg. :type time_created: datetime :param default_drg_route_tables: The value to assign to the default_drg_route_tables property of this Drg. :type default_drg_route_tables: oci.core.models.DefaultDrgRouteTables :param default_export_drg_route_distribution_id: The value to assign to the default_export_drg_route_distribution_id property of this Drg. :type default_export_drg_route_distribution_id: str �strzdict(str, dict(str, object))zdict(str, str)ZdatetimeZDefaultDrgRouteTables) �compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�time_created�default_drg_route_tables�(default_export_drg_route_distribution_idZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZtimeCreatedZdefaultDrgRouteTablesZ#defaultExportDrgRouteDistributionIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state� _time_created�_default_drg_route_tables�)_default_export_drg_route_distribution_id)�self�kwargs� r �7/usr/lib/python3.9/site-packages/oci/core/models/drg.py�__init__/ s: -� �zDrg.__init__c C s | j S )a **[Required]** Gets the compartment_id of this Drg. The `OCID`__ of the compartment containing the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this Drg. :rtype: str �r �r r r r! r } s zDrg.compartment_idc C s || _ dS )a Sets the compartment_id of this Drg. The `OCID`__ of the compartment containing the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this Drg. :type: str Nr# )r r r r r! r � s c C s | j S )a� Gets the defined_tags of this Drg. 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 Drg. :rtype: dict(str, dict(str, object)) �r r$ r r r! r � s zDrg.defined_tagsc C s || _ dS )a� Sets the defined_tags of this Drg. 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 Drg. :type: dict(str, dict(str, object)) Nr% )r r r r r! r � s c C s | j S )z� Gets the display_name of this Drg. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Drg. :rtype: str �r r$ r r r! r � s zDrg.display_namec C s || _ dS )a Sets the display_name of this Drg. 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 Drg. :type: str Nr&