📂 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: update_virtual_deployment_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� �Zdd� Z dd� Zdd� ZdS )�UpdateVirtualDeploymentDetailsz( The information to be updated. c K sP ddddddd�| _ dd d ddd d�| _d| _d| _d| _d| _d| _d| _dS )aq Initializes a new UpdateVirtualDeploymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateVirtualDeploymentDetails. :type description: str :param service_discovery: The value to assign to the service_discovery property of this UpdateVirtualDeploymentDetails. :type service_discovery: oci.service_mesh.models.ServiceDiscoveryConfiguration :param listeners: The value to assign to the listeners property of this UpdateVirtualDeploymentDetails. :type listeners: list[oci.service_mesh.models.VirtualDeploymentListener] :param access_logging: The value to assign to the access_logging property of this UpdateVirtualDeploymentDetails. :type access_logging: oci.service_mesh.models.AccessLoggingConfiguration :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVirtualDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateVirtualDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) �str�ServiceDiscoveryConfigurationzlist[VirtualDeploymentListener]�AccessLoggingConfigurationzdict(str, str)zdict(str, dict(str, object)))�description�service_discovery� listeners�access_logging� freeform_tags�defined_tagsr �serviceDiscoveryr � accessLogging�freeformTags�definedTagsN)� swagger_types� attribute_map�_description�_service_discovery� _listeners�_access_logging�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/service_mesh/models/update_virtual_deployment_details.py�__init__ s( � � z'UpdateVirtualDeploymentDetails.__init__c C s | j S )aQ Gets the description of this UpdateVirtualDeploymentDetails. 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 UpdateVirtualDeploymentDetails. :rtype: str �r �r r r r r G s z*UpdateVirtualDeploymentDetails.descriptionc C s || _ dS )a[ Sets the description of this UpdateVirtualDeploymentDetails. 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 UpdateVirtualDeploymentDetails. :type: str Nr! )r r r r r r V s c C s | j S )z� Gets the service_discovery of this UpdateVirtualDeploymentDetails. :return: The service_discovery of this UpdateVirtualDeploymentDetails. :rtype: oci.service_mesh.models.ServiceDiscoveryConfiguration �r r"