📂 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_deployment_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 )&�CreateVirtualDeploymentDetailsz8 The information about a new VirtualDeployment. c K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aZ Initializes a new CreateVirtualDeploymentDetails 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 CreateVirtualDeploymentDetails. :type virtual_service_id: str :param name: The value to assign to the name property of this CreateVirtualDeploymentDetails. :type name: str :param description: The value to assign to the description property of this CreateVirtualDeploymentDetails. :type description: str :param service_discovery: The value to assign to the service_discovery property of this CreateVirtualDeploymentDetails. :type service_discovery: oci.service_mesh.models.ServiceDiscoveryConfiguration :param listeners: The value to assign to the listeners property of this CreateVirtualDeploymentDetails. :type listeners: list[oci.service_mesh.models.VirtualDeploymentListener] :param access_logging: The value to assign to the access_logging property of this CreateVirtualDeploymentDetails. :type access_logging: oci.service_mesh.models.AccessLoggingConfiguration :param compartment_id: The value to assign to the compartment_id property of this CreateVirtualDeploymentDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVirtualDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateVirtualDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) �strZServiceDiscoveryConfigurationzlist[VirtualDeploymentListener]ZAccessLoggingConfigurationzdict(str, str)zdict(str, dict(str, object))) �virtual_service_id�name�description�service_discovery� listeners�access_logging�compartment_id� freeform_tags�defined_tagsZvirtualServiceIdr r ZserviceDiscoveryr Z accessLoggingZ compartmentIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_virtual_service_id�_name�_description�_service_discovery� _listeners�_access_logging�_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/service_mesh/models/create_virtual_deployment_details.py�__init__ s: +� �z'CreateVirtualDeploymentDetails.__init__c C s | j S )a **[Required]** Gets the virtual_service_id of this CreateVirtualDeploymentDetails. The OCID of the service mesh in which this access policy is created. :return: The virtual_service_id of this CreateVirtualDeploymentDetails. :rtype: str �r �r r r r r ^ s z1CreateVirtualDeploymentDetails.virtual_service_idc C s || _ dS )a Sets the virtual_service_id of this CreateVirtualDeploymentDetails. The OCID of the service mesh in which this access policy is created. :param virtual_service_id: The virtual_service_id of this CreateVirtualDeploymentDetails. :type: str Nr )r r r r r r j s c C s | j S )a� **[Required]** Gets the name of this CreateVirtualDeploymentDetails. 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 CreateVirtualDeploymentDetails. :rtype: str �r r r r r r v s z#CreateVirtualDeploymentDetails.namec C s || _ dS )a{ Sets the name of this CreateVirtualDeploymentDetails. 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 CreateVirtualDeploymentDetails. :type: str Nr! )r r r r r r � s c C s | j S )aQ Gets the description of this CreateVirtualDeploymentDetails. 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 CreateVirtualDeploymentDetails. :rtype: str �r r r r r r � s z*CreateVirtualDeploymentDetails.descriptionc C s || _ dS )a[ Sets the description of this CreateVirtualDeploymentDetails. 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 CreateVirtualDeploymentDetails. :type: str Nr"