📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
service_mesh
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/service_mesh/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_virtual_service_route_table_details.pyc
a O��f�* � @ 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 )#�%CreateVirtualServiceRouteTableDetailszA The information about the new VirtualServiceRouteTable. c K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateVirtualServiceRouteTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param virtual_service_id: The value to assign to the virtual_service_id property of this CreateVirtualServiceRouteTableDetails. :type virtual_service_id: str :param name: The value to assign to the name property of this CreateVirtualServiceRouteTableDetails. :type name: str :param description: The value to assign to the description property of this CreateVirtualServiceRouteTableDetails. :type description: str :param priority: The value to assign to the priority property of this CreateVirtualServiceRouteTableDetails. :type priority: int :param route_rules: The value to assign to the route_rules property of this CreateVirtualServiceRouteTableDetails. :type route_rules: list[oci.service_mesh.models.VirtualServiceTrafficRouteRuleDetails] :param compartment_id: The value to assign to the compartment_id property of this CreateVirtualServiceRouteTableDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVirtualServiceRouteTableDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateVirtualServiceRouteTableDetails. :type defined_tags: dict(str, dict(str, object)) �str�intz+list[VirtualServiceTrafficRouteRuleDetails]zdict(str, str)zdict(str, dict(str, object)))�virtual_service_id�name�description�priority�route_rules�compartment_id� freeform_tags�defined_tags�virtualServiceIdr r r � routeRules� compartmentId�freeformTags�definedTagsN) � swagger_types� attribute_map�_virtual_service_id�_name�_description� _priority�_route_rules�_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r"