/
lib
/
python3.9
/
site-packages
/
oci
/
globally_distributed_database
/
models
/
__pycache__
/
Upload File
HOME
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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�PrivateEndpointSummaryz+ PrivateEndpoint resource summary. c K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a~ Initializes a new PrivateEndpointSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PrivateEndpointSummary. :type id: str :param description: The value to assign to the description property of this PrivateEndpointSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this PrivateEndpointSummary. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this PrivateEndpointSummary. :type subnet_id: str :param vcn_id: The value to assign to the vcn_id property of this PrivateEndpointSummary. :type vcn_id: str :param display_name: The value to assign to the display_name property of this PrivateEndpointSummary. :type display_name: str :param nsg_ids: The value to assign to the nsg_ids property of this PrivateEndpointSummary. :type nsg_ids: list[str] :param time_created: The value to assign to the time_created property of this PrivateEndpointSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PrivateEndpointSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PrivateEndpointSummary. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this PrivateEndpointSummary. :type lifecycle_state_details: str :param freeform_tags: The value to assign to the freeform_tags property of this PrivateEndpointSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PrivateEndpointSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PrivateEndpointSummary. :type system_tags: dict(str, dict(str, object)) �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�description�compartment_id� subnet_id�vcn_id�display_name�nsg_ids�time_created�time_updated�lifecycle_state�lifecycle_state_details� freeform_tags�defined_tags�system_tagsr r Z compartmentIdZsubnetIdZvcnIdZdisplayNameZnsgIdsZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleStateDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_description�_compartment_id� _subnet_id�_vcn_id� _display_name�_nsg_ids� _time_created� _time_updated�_lifecycle_state�_lifecycle_state_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r&