ruạṛ
a O��fx- � @ 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)) �str�ServiceDiscoveryConfigurationzlist[VirtualDeploymentListener]�AccessLoggingConfigurationzdict(str, str)zdict(str, dict(str, object))) �virtual_service_id�name�description�service_discovery� listeners�access_logging�compartment_id� freeform_tags�defined_tags�virtualServiceIdr r �serviceDiscoveryr � accessLogging� compartmentId�freeformTags�definedTagsN)� swagger_types� attribute_map�_virtual_service_id�_name�_description�_service_discovery� _listeners�_access_logging�_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r&