Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static WorkspaceSummary.LifecycleState |
WorkspaceSummary.LifecycleState.create(String key) |
WorkspaceSummary.LifecycleState |
WorkspaceSummary.getLifecycleState()
The current state of the workspace.
|
static WorkspaceSummary.LifecycleState |
WorkspaceSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceSummary.LifecycleState[] |
WorkspaceSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceSummary.Builder |
WorkspaceSummary.Builder.lifecycleState(WorkspaceSummary.LifecycleState lifecycleState)
The current state of the workspace.
|
Constructor and Description |
---|
WorkspaceSummary(String id,
String description,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
WorkspaceSummary.LifecycleState lifecycleState,
String stateMessage,
String endpointName,
String endpointId,
String registryId,
Map<String,String> workspaceProperties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.