| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__/ |
Upload File : |
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 @ sF 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� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#dGdH� Z$dIdJ� Z%dKdL� Z&dMS )N� Workspacea3
A workspace is an organizational construct to keep multiple data integration solutions and their resources (data assets, data flows, tasks, and so on) separate from each other, helping you to stay organized. For example, you could have separate workspaces for development, testing, and production.
�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�STARTING�STOPPING�STOPPEDc K s� dddddddddddddddddddd�| _ ddd d
ddd
ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _d| _d| _d| _d| _d| _d| _dS )a�
Initializes a new Workspace object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param vcn_id:
The value to assign to the vcn_id property of this Workspace.
:type vcn_id: str
:param subnet_id:
The value to assign to the subnet_id property of this Workspace.
:type subnet_id: str
:param dns_server_ip:
The value to assign to the dns_server_ip property of this Workspace.
:type dns_server_ip: str
:param dns_server_zone:
The value to assign to the dns_server_zone property of this Workspace.
:type dns_server_zone: str
:param is_private_network_enabled:
The value to assign to the is_private_network_enabled property of this Workspace.
:type is_private_network_enabled: bool
:param freeform_tags:
The value to assign to the freeform_tags property of this Workspace.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this Workspace.
:type defined_tags: dict(str, dict(str, object))
:param description:
The value to assign to the description property of this Workspace.
:type description: str
:param display_name:
The value to assign to the display_name property of this Workspace.
:type display_name: str
:param compartment_id:
The value to assign to the compartment_id property of this Workspace.
:type compartment_id: str
:param time_created:
The value to assign to the time_created property of this Workspace.
:type time_created: datetime
:param time_updated:
The value to assign to the time_updated property of this Workspace.
:type time_updated: datetime
:param lifecycle_state:
The value to assign to the lifecycle_state property of this Workspace.
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 Workspace.
:type state_message: str
:param id:
The value to assign to the id property of this Workspace.
:type id: str
:param endpoint_id:
The value to assign to the endpoint_id property of this Workspace.
:type endpoint_id: str
:param endpoint_name:
The value to assign to the endpoint_name property of this Workspace.
:type endpoint_name: str
:param registry_id:
The value to assign to the registry_id property of this Workspace.
:type registry_id: str
:param workspace_properties:
The value to assign to the workspace_properties property of this Workspace.
:type workspace_properties: dict(str, str)
�str�boolzdict(str, str)zdict(str, dict(str, object))Zdatetime)�vcn_id� subnet_id�
dns_server_ip�dns_server_zone�is_private_network_enabled�
freeform_tags�defined_tags�description�display_name�compartment_id�time_created�time_updated�lifecycle_state�
state_message�id�endpoint_id�
endpoint_name�registry_id�workspace_propertiesZvcnIdZsubnetIdZdnsServerIpZ
dnsServerZoneZisPrivateNetworkEnabledZfreeformTagsZdefinedTagsr ZdisplayNameZ
compartmentIdZtimeCreatedZtimeUpdatedZlifecycleStateZstateMessager! Z
endpointIdZendpointNameZ
registryIdZworkspacePropertiesN)Z
swagger_typesZ
attribute_map�_vcn_id�
_subnet_id�_dns_server_ip�_dns_server_zone�_is_private_network_enabled�_freeform_tags�
_defined_tags�_description�
_display_name�_compartment_id�
_time_created�
_time_updated�_lifecycle_state�_state_message�_id�_endpoint_id�_endpoint_name�_registry_id�_workspace_properties)�self�kwargs� r; �I/usr/lib/python3.9/site-packages/oci/data_integration/models/workspace.py�__init__: sv U��zWorkspace.__init__c C s | j S )z�
Gets the vcn_id of this Workspace.
The OCID of the VCN the subnet is in.
:return: The vcn_id of this Workspace.
:rtype: str
�r&