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