📂 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
›
service_mesh
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/service_mesh/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: virtual_service_route_table.cpython-39.pyc
a ���fqH � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�VirtualServiceRouteTablez^ This resource represents a customer-managed service route table in the Service Mesh. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new VirtualServiceRouteTable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this VirtualServiceRouteTable. :type id: str :param compartment_id: The value to assign to the compartment_id property of this VirtualServiceRouteTable. :type compartment_id: str :param virtual_service_id: The value to assign to the virtual_service_id property of this VirtualServiceRouteTable. :type virtual_service_id: str :param name: The value to assign to the name property of this VirtualServiceRouteTable. :type name: str :param description: The value to assign to the description property of this VirtualServiceRouteTable. :type description: str :param priority: The value to assign to the priority property of this VirtualServiceRouteTable. :type priority: int :param route_rules: The value to assign to the route_rules property of this VirtualServiceRouteTable. :type route_rules: list[oci.service_mesh.models.VirtualServiceTrafficRouteRule] :param time_created: The value to assign to the time_created property of this VirtualServiceRouteTable. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VirtualServiceRouteTable. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this VirtualServiceRouteTable. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this VirtualServiceRouteTable. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this VirtualServiceRouteTable. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VirtualServiceRouteTable. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VirtualServiceRouteTable. :type system_tags: dict(str, dict(str, object)) �str�intz$list[VirtualServiceTrafficRouteRule]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�virtual_service_id�name�description�priority�route_rules�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZvirtualServiceIdr r r Z routeRulesZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_virtual_service_id�_name�_description� _priority�_route_rules� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r- �W/usr/lib/python3.9/site-packages/oci/service_mesh/models/virtual_service_route_table.py�__init__* sX A��z!VirtualServiceRouteTable.__init__c C s | j S )z� **[Required]** Gets the id of this VirtualServiceRouteTable. Unique identifier that is immutable on creation. :return: The id of this VirtualServiceRouteTable. :rtype: str �r �r+ r- r- r. r � s zVirtualServiceRouteTable.idc C s || _ dS )z� Sets the id of this VirtualServiceRouteTable. Unique identifier that is immutable on creation. :param id: The id of this VirtualServiceRouteTable. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )a2 **[Required]** Gets the compartment_id of this VirtualServiceRouteTable. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this VirtualServiceRouteTable. :rtype: str �r r1 r- r- r. r � s z'VirtualServiceRouteTable.compartment_idc C s || _ dS )a0 Sets the compartment_id of this VirtualServiceRouteTable. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this VirtualServiceRouteTable. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a **[Required]** Gets the virtual_service_id of this VirtualServiceRouteTable. The OCID of the virtual service in which this virtual service route table is created. :return: The virtual_service_id of this VirtualServiceRouteTable. :rtype: str �r r1 r- r- r. r � s z+VirtualServiceRouteTable.virtual_service_idc C s || _ dS )a Sets the virtual_service_id of this VirtualServiceRouteTable. The OCID of the virtual service in which this virtual service route table is created. :param virtual_service_id: The virtual_service_id of this VirtualServiceRouteTable. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )a{ **[Required]** Gets the name of this VirtualServiceRouteTable. A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name` :return: The name of this VirtualServiceRouteTable. :rtype: str �r r1 r- r- r. r � s zVirtualServiceRouteTable.namec C s || _ dS )ao Sets the name of this VirtualServiceRouteTable. A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name` :param name: The name of this VirtualServiceRouteTable. :type: str Nr4 )r+ r r- r- r. r � s c C s | j S )aE Gets the description of this VirtualServiceRouteTable. Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: `This is my new resource` :return: The description of this VirtualServiceRouteTable. :rtype: str �r! r1 r- r- r. r s z$VirtualServiceRouteTable.descriptionc C s || _ dS )aO Sets the description of this VirtualServiceRouteTable. Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: `This is my new resource` :param description: The description of this VirtualServiceRouteTable. :type: str Nr5 )r+ r r- r- r. r s c C s | j S )a Gets the priority of this VirtualServiceRouteTable. The priority of the route table. Lower value means higher priority. The routes are declared based on the priority. :return: The priority of this VirtualServiceRouteTable. :rtype: int �r"