CreateWorkspaceDetails¶
-
class
oci.data_integration.models.
CreateWorkspaceDetails
(**kwargs)¶ Bases:
object
The information needed to create a new workspace.
Methods
__init__
(**kwargs)Initializes a new CreateWorkspaceDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateWorkspaceDetails. defined_tags
Gets the defined_tags of this CreateWorkspaceDetails. description
Gets the description of this CreateWorkspaceDetails. display_name
[Required] Gets the display_name of this CreateWorkspaceDetails. dns_server_ip
Gets the dns_server_ip of this CreateWorkspaceDetails. dns_server_zone
Gets the dns_server_zone of this CreateWorkspaceDetails. endpoint_compartment_id
Gets the endpoint_compartment_id of this CreateWorkspaceDetails. endpoint_id
Gets the endpoint_id of this CreateWorkspaceDetails. endpoint_name
Gets the endpoint_name of this CreateWorkspaceDetails. freeform_tags
Gets the freeform_tags of this CreateWorkspaceDetails. is_private_network_enabled
Gets the is_private_network_enabled of this CreateWorkspaceDetails. registry_compartment_id
Gets the registry_compartment_id of this CreateWorkspaceDetails. registry_id
Gets the registry_id of this CreateWorkspaceDetails. registry_name
Gets the registry_name of this CreateWorkspaceDetails. subnet_id
Gets the subnet_id of this CreateWorkspaceDetails. vcn_id
Gets the vcn_id of this CreateWorkspaceDetails. workspace_properties
Gets the workspace_properties of this CreateWorkspaceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateWorkspaceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vcn_id (str) – The value to assign to the vcn_id property of this CreateWorkspaceDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateWorkspaceDetails.
- dns_server_ip (str) – The value to assign to the dns_server_ip property of this CreateWorkspaceDetails.
- dns_server_zone (str) – The value to assign to the dns_server_zone property of this CreateWorkspaceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateWorkspaceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateWorkspaceDetails.
- description (str) – The value to assign to the description property of this CreateWorkspaceDetails.
- display_name (str) – The value to assign to the display_name property of this CreateWorkspaceDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateWorkspaceDetails.
- is_private_network_enabled (bool) – The value to assign to the is_private_network_enabled property of this CreateWorkspaceDetails.
- registry_id (str) – The value to assign to the registry_id property of this CreateWorkspaceDetails.
- endpoint_id (str) – The value to assign to the endpoint_id property of this CreateWorkspaceDetails.
- registry_name (str) – The value to assign to the registry_name property of this CreateWorkspaceDetails.
- registry_compartment_id (str) – The value to assign to the registry_compartment_id property of this CreateWorkspaceDetails.
- endpoint_name (str) – The value to assign to the endpoint_name property of this CreateWorkspaceDetails.
- endpoint_compartment_id (str) – The value to assign to the endpoint_compartment_id property of this CreateWorkspaceDetails.
- workspace_properties (dict(str, str)) – The value to assign to the workspace_properties property of this CreateWorkspaceDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateWorkspaceDetails. The OCID of the compartment containing the workspace.
Returns: The compartment_id of this CreateWorkspaceDetails. Return type: str
Gets the defined_tags of this CreateWorkspaceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateWorkspaceDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateWorkspaceDetails. A user defined description for the workspace.
Returns: The description of this CreateWorkspaceDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateWorkspaceDetails. A user-friendly display name for the workspace. Does not have to be unique, and can be modified. Avoid entering confidential information.
Returns: The display_name of this CreateWorkspaceDetails. Return type: str
-
dns_server_ip
¶ Gets the dns_server_ip of this CreateWorkspaceDetails. The IP of the custom DNS.
Returns: The dns_server_ip of this CreateWorkspaceDetails. Return type: str
-
dns_server_zone
¶ Gets the dns_server_zone of this CreateWorkspaceDetails. The DNS zone of the custom DNS to use to resolve names.
Returns: The dns_server_zone of this CreateWorkspaceDetails. Return type: str
-
endpoint_compartment_id
¶ Gets the endpoint_compartment_id of this CreateWorkspaceDetails. DCMS PRivate Endpoint Compartment Identifier
Returns: The endpoint_compartment_id of this CreateWorkspaceDetails. Return type: str
-
endpoint_id
¶ Gets the endpoint_id of this CreateWorkspaceDetails. DCMS Private Endpoint ID associated with workspace if the pvt networking is enabled
Returns: The endpoint_id of this CreateWorkspaceDetails. Return type: str
-
endpoint_name
¶ Gets the endpoint_name of this CreateWorkspaceDetails. DCMS Private Endpoint Name
Returns: The endpoint_name of this CreateWorkspaceDetails. Return type: str
Gets the freeform_tags of this CreateWorkspaceDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateWorkspaceDetails. Return type: dict(str, str)
-
is_private_network_enabled
¶ Gets the is_private_network_enabled of this CreateWorkspaceDetails. Specifies whether the private network connection is enabled or disabled.
Returns: The is_private_network_enabled of this CreateWorkspaceDetails. Return type: bool
-
registry_compartment_id
¶ Gets the registry_compartment_id of this CreateWorkspaceDetails. DCMS Data Asset Registry Compartment Identifier
Returns: The registry_compartment_id of this CreateWorkspaceDetails. Return type: str
-
registry_id
¶ Gets the registry_id of this CreateWorkspaceDetails. DCMS Data Asset Registry ID to which the workspace is associated
Returns: The registry_id of this CreateWorkspaceDetails. Return type: str
-
registry_name
¶ Gets the registry_name of this CreateWorkspaceDetails. DCMS Data Asset Registry display name
Returns: The registry_name of this CreateWorkspaceDetails. Return type: str
-
subnet_id
¶ Gets the subnet_id of this CreateWorkspaceDetails. The OCID of the subnet for customer connected databases.
Returns: The subnet_id of this CreateWorkspaceDetails. Return type: str
-
vcn_id
¶ Gets the vcn_id of this CreateWorkspaceDetails. The OCID of the VCN the subnet is in.
Returns: The vcn_id of this CreateWorkspaceDetails. Return type: str
-
workspace_properties
¶ Gets the workspace_properties of this CreateWorkspaceDetails. Key-values pairs of workspace for storing properties on the workspace.
Returns: The workspace_properties of this CreateWorkspaceDetails. Return type: dict(str, str)
-