Package | Description |
---|---|
com.oracle.bmc.streaming.model | |
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
static ConnectHarnessSummary.LifecycleState |
ConnectHarnessSummary.LifecycleState.create(String key) |
ConnectHarnessSummary.LifecycleState |
ConnectHarnessSummary.getLifecycleState()
The current state of the connect harness.
|
static ConnectHarnessSummary.LifecycleState |
ConnectHarnessSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectHarnessSummary.LifecycleState[] |
ConnectHarnessSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectHarnessSummary.Builder |
ConnectHarnessSummary.Builder.lifecycleState(ConnectHarnessSummary.LifecycleState lifecycleState)
The current state of the connect harness.
|
Constructor and Description |
---|
ConnectHarnessSummary(String name,
String id,
String compartmentId,
ConnectHarnessSummary.LifecycleState lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConnectHarnessSummary.LifecycleState |
ListConnectHarnessesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListConnectHarnessesRequest.Builder |
ListConnectHarnessesRequest.Builder.lifecycleState(ConnectHarnessSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.