Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.model | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetWorkspaceRequest,GetWorkspaceResponse> |
DataIntegrationWaiters.forWorkspace(GetWorkspaceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Workspace.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetWorkspaceRequest,GetWorkspaceResponse> |
DataIntegrationWaiters.forWorkspace(GetWorkspaceRequest request,
Workspace.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetWorkspaceRequest,GetWorkspaceResponse> |
DataIntegrationWaiters.forWorkspace(GetWorkspaceRequest request,
Workspace.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Workspace.LifecycleState |
Workspace.LifecycleState.create(String key) |
Workspace.LifecycleState |
Workspace.getLifecycleState()
Lifecycle states for workspaces in Data Integration Service CREATING - The resource is being
created and may not be usable until the entire metadata is defined UPDATING - The resource is
being updated and may not be usable until all changes are commited DELETING - The resource is
being deleted and might require deep cleanup of children.
|
static Workspace.LifecycleState |
Workspace.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workspace.LifecycleState[] |
Workspace.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Workspace.Builder |
Workspace.Builder.lifecycleState(Workspace.LifecycleState lifecycleState)
Lifecycle states for workspaces in Data Integration Service CREATING - The resource is
being created and may not be usable until the entire metadata is defined UPDATING - The
resource is being updated and may not be usable until all changes are commited DELETING -
The resource is being deleted and might require deep cleanup of children.
|
Constructor and Description |
---|
Workspace(String vcnId,
String subnetId,
String dnsServerIp,
String dnsServerZone,
Boolean isPrivateNetworkEnabled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String description,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Workspace.LifecycleState lifecycleState,
String stateMessage,
String id,
String endpointId,
String endpointName,
String registryId,
Map<String,String> workspaceProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Workspace.LifecycleState |
ListWorkspacesRequest.getLifecycleState()
The lifecycle state of a resource.
|
Modifier and Type | Method and Description |
---|---|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.lifecycleState(Workspace.LifecycleState lifecycleState)
The lifecycle state of a resource.
|
Copyright © 2016–2024. All rights reserved.