Uses of Class
com.oracle.bmc.dataintegration.model.Workspace.LifecycleState
-
Packages that use Workspace.LifecycleState Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of Workspace.LifecycleState in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type Workspace.LifecycleState Modifier and Type Method Description Waiter<GetWorkspaceRequest,GetWorkspaceResponse>
DataIntegrationWaiters. forWorkspace(GetWorkspaceRequest request, Workspace.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWorkspaceRequest,GetWorkspaceResponse>
DataIntegrationWaiters. forWorkspace(GetWorkspaceRequest request, Workspace.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetWorkspaceRequest,GetWorkspaceResponse>
DataIntegrationWaiters. forWorkspace(GetWorkspaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Workspace.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Workspace.LifecycleState in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Workspace.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.dataintegration.model with parameters of type Workspace.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.dataintegration.model with parameters of type Workspace.LifecycleState Constructor 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. -
Uses of Workspace.LifecycleState in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return Workspace.LifecycleState Modifier and Type Method Description Workspace.LifecycleState
ListWorkspacesRequest. getLifecycleState()
The lifecycle state of a resource.Methods in com.oracle.bmc.dataintegration.requests with parameters of type Workspace.LifecycleState Modifier and Type Method Description ListWorkspacesRequest.Builder
ListWorkspacesRequest.Builder. lifecycleState(Workspace.LifecycleState lifecycleState)
The lifecycle state of a resource.
-