ruạṛ
a ���f�2 � @ 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 )&�Cpea An object you create when setting up a Site-to-Site VPN between your on-premises network and VCN. The `Cpe` is a virtual representation of your customer-premises equipment, which is the actual router on-premises at your site at your end of the Site-to-Site VPN IPSec connection. For more information, see `Overview of the Networking Service`__. 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/Concepts/overview.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm c K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new Cpe 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 Cpe. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this Cpe. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this Cpe. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this Cpe. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Cpe. :type id: str :param ip_address: The value to assign to the ip_address property of this Cpe. :type ip_address: str :param cpe_device_shape_id: The value to assign to the cpe_device_shape_id property of this Cpe. :type cpe_device_shape_id: str :param time_created: The value to assign to the time_created property of this Cpe. :type time_created: datetime :param is_private: The value to assign to the is_private property of this Cpe. :type is_private: bool �strzdict(str, dict(str, object))zdict(str, str)Zdatetime�bool) �compartment_id�defined_tags�display_name� freeform_tags�id� ip_address�cpe_device_shape_id�time_created� is_privateZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr Z ipAddressZcpeDeviceShapeIdZtimeCreatedZ isPrivateN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_ip_address�_cpe_device_shape_id� _time_created�_is_private)�self�kwargs� r �7/usr/lib/python3.9/site-packages/oci/core/models/cpe.py�__init__ s: +� �zCpe.__init__c C s | j S )a **[Required]** Gets the compartment_id of this Cpe. The `OCID`__ of the compartment containing the CPE. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this Cpe. :rtype: str �r �r r r r r i s zCpe.compartment_idc C s || _ dS )a Sets the compartment_id of this Cpe. The `OCID`__ of the compartment containing the CPE. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this Cpe. :type: str Nr )r r r r r r w s c C s | j S )a� Gets the defined_tags of this Cpe. 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 Cpe. :rtype: dict(str, dict(str, object)) �r r! r r r r � s zCpe.defined_tagsc C s || _ dS )a� Sets the defined_tags of this Cpe. 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 Cpe. :type: dict(str, dict(str, object)) Nr"