ruạṛ
a ���fF � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Z d<d=� Z!d>S )?�WorkspaceSummaryz) Summary details of a workspace. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�STARTING�STOPPING�STOPPEDc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )aP Initializes a new WorkspaceSummary 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 WorkspaceSummary. :type id: str :param description: The value to assign to the description property of this WorkspaceSummary. :type description: str :param display_name: The value to assign to the display_name property of this WorkspaceSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this WorkspaceSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this WorkspaceSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this WorkspaceSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this WorkspaceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this WorkspaceSummary. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this WorkspaceSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "STARTING", "STOPPING", "STOPPED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param state_message: The value to assign to the state_message property of this WorkspaceSummary. :type state_message: str :param endpoint_name: The value to assign to the endpoint_name property of this WorkspaceSummary. :type endpoint_name: str :param endpoint_id: The value to assign to the endpoint_id property of this WorkspaceSummary. :type endpoint_id: str :param registry_id: The value to assign to the registry_id property of this WorkspaceSummary. :type registry_id: str :param workspace_properties: The value to assign to the workspace_properties property of this WorkspaceSummary. :type workspace_properties: dict(str, str) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�description�display_name�compartment_id�time_created�time_updated� freeform_tags�defined_tags�lifecycle_state� state_message� endpoint_name�endpoint_id�registry_id�workspace_propertiesr r ZdisplayNameZ compartmentIdZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZlifecycleStateZstateMessageZendpointNameZ endpointIdZ registryIdZworkspacePropertiesN)Z swagger_typesZ attribute_map�_id�_description� _display_name�_compartment_id� _time_created� _time_updated�_freeform_tags� _defined_tags�_lifecycle_state�_state_message�_endpoint_name�_endpoint_id�_registry_id�_workspace_properties)�self�kwargs� r0 �Q/usr/lib/python3.9/site-packages/oci/data_integration/models/workspace_summary.py�__init__: sX A��zWorkspaceSummary.__init__c C s | j S )z� Gets the id of this WorkspaceSummary. A system-generated and immutable identifier assigned to the workspace upon creation. :return: The id of this WorkspaceSummary. :rtype: str �r �r. r0 r0 r1 r � s zWorkspaceSummary.idc C s || _ dS )z� Sets the id of this WorkspaceSummary. A system-generated and immutable identifier assigned to the workspace upon creation. :param id: The id of this WorkspaceSummary. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the description of this WorkspaceSummary. A user defined description for the workspace. :return: The description of this WorkspaceSummary. :rtype: str �r! r4 r0 r0 r1 r � s zWorkspaceSummary.descriptionc C s || _ dS )z� Sets the description of this WorkspaceSummary. A user defined description for the workspace. :param description: The description of this WorkspaceSummary. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the display_name of this WorkspaceSummary. A user-friendly display name that is changeable. Avoid entering confidential information. :return: The display_name of this WorkspaceSummary. :rtype: str �r"