ruạṛ
a ���f�3 � @ 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 )*� RouteTableaz A collection of `RouteRule` objects, which are used to route packets based on destination IP to a particular network entity. 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 �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 RouteTable 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 RouteTable. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this RouteTable. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this RouteTable. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this RouteTable. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this RouteTable. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RouteTable. 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 route_rules: The value to assign to the route_rules property of this RouteTable. :type route_rules: list[oci.core.models.RouteRule] :param time_created: The value to assign to the time_created property of this RouteTable. :type time_created: datetime :param vcn_id: The value to assign to the vcn_id property of this RouteTable. :type vcn_id: str �strzdict(str, dict(str, object))zdict(str, str)zlist[RouteRule]Zdatetime) �compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�route_rules�time_created�vcn_idZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZ routeRulesZtimeCreatedZvcnIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_route_rules� _time_created�_vcn_id)�self�kwargs� r �?/usr/lib/python3.9/site-packages/oci/core/models/route_table.py�__init__+ s: -� �zRouteTable.__init__c C s | j S )a6 **[Required]** Gets the compartment_id of this RouteTable. The `OCID`__ of the compartment containing the route table. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this RouteTable. :rtype: str �r �r r r r! r y s zRouteTable.compartment_idc C s || _ dS )a4 Sets the compartment_id of this RouteTable. The `OCID`__ of the compartment containing the route table. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this RouteTable. :type: str Nr# )r r r r r! r � s c C s | j S )a� Gets the defined_tags of this RouteTable. 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 RouteTable. :rtype: dict(str, dict(str, object)) �r r$ r r r! r � s zRouteTable.defined_tagsc C s || _ dS )a� Sets the defined_tags of this RouteTable. 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 RouteTable. :type: dict(str, dict(str, object)) Nr% )r r r r r! r � s c C s | j S )a Gets the display_name of this RouteTable. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this RouteTable. :rtype: str �r r$ r r r! r � s zRouteTable.display_namec C s || _ dS )a Sets the display_name of this RouteTable. 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 RouteTable. :type: str Nr&