📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_virtual_service_details.cpython-39.opt-1.pyc
a ���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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateVirtualServiceDetailsz7 The information about the new VirtualService. c K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateVirtualServiceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param mesh_id: The value to assign to the mesh_id property of this CreateVirtualServiceDetails. :type mesh_id: str :param name: The value to assign to the name property of this CreateVirtualServiceDetails. :type name: str :param description: The value to assign to the description property of this CreateVirtualServiceDetails. :type description: str :param default_routing_policy: The value to assign to the default_routing_policy property of this CreateVirtualServiceDetails. :type default_routing_policy: oci.service_mesh.models.DefaultVirtualServiceRoutingPolicy :param hosts: The value to assign to the hosts property of this CreateVirtualServiceDetails. :type hosts: list[str] :param mtls: The value to assign to the mtls property of this CreateVirtualServiceDetails. :type mtls: oci.service_mesh.models.VirtualServiceMutualTransportLayerSecurityDetails :param compartment_id: The value to assign to the compartment_id property of this CreateVirtualServiceDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVirtualServiceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateVirtualServiceDetails. :type defined_tags: dict(str, dict(str, object)) �strZ"DefaultVirtualServiceRoutingPolicyz list[str]Z1VirtualServiceMutualTransportLayerSecurityDetailszdict(str, str)zdict(str, dict(str, object))) �mesh_id�name�description�default_routing_policy�hosts�mtls�compartment_id� freeform_tags�defined_tagsZmeshIdr r ZdefaultRoutingPolicyr r Z compartmentIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_mesh_id�_name�_description�_default_routing_policy�_hosts�_mtls�_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/service_mesh/models/create_virtual_service_details.py�__init__ s: +� �z$CreateVirtualServiceDetails.__init__c C s | j S )z� **[Required]** Gets the mesh_id of this CreateVirtualServiceDetails. The OCID of the service mesh in which this virtual service is created. :return: The mesh_id of this CreateVirtualServiceDetails. :rtype: str �r �r r r r r ^ s z#CreateVirtualServiceDetails.mesh_idc C s || _ dS )z� Sets the mesh_id of this CreateVirtualServiceDetails. The OCID of the service mesh in which this virtual service is created. :param mesh_id: The mesh_id of this CreateVirtualServiceDetails. :type: str Nr )r r r r r r j s c C s | j S )a� **[Required]** Gets the name of this CreateVirtualServiceDetails. A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name` :return: The name of this CreateVirtualServiceDetails. :rtype: str �r r r r r r v s z CreateVirtualServiceDetails.namec C s || _ dS )at Sets the name of this CreateVirtualServiceDetails. A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: `My unique resource name` :param name: The name of this CreateVirtualServiceDetails. :type: str Nr! )r r r r r r � s c C s | j S )aK Gets the description of this CreateVirtualServiceDetails. 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 CreateVirtualServiceDetails. :rtype: str �r r r r r r � s z'CreateVirtualServiceDetails.descriptionc C s || _ dS )aU Sets the description of this CreateVirtualServiceDetails. 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 CreateVirtualServiceDetails. :type: str Nr"