Package | Description |
---|---|
com.oracle.bmc.blockchain | |
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetOsnRequest,GetOsnResponse> |
BlockchainPlatformWaiters.forOsn(GetOsnRequest request,
Osn.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetOsnRequest,GetOsnResponse> |
BlockchainPlatformWaiters.forOsn(GetOsnRequest request,
Osn.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetOsnRequest,GetOsnResponse> |
BlockchainPlatformWaiters.forOsn(GetOsnRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Osn.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Osn.LifecycleState |
Osn.LifecycleState.create(String key) |
Osn.LifecycleState |
Osn.getLifecycleState()
The current state of the OSN.
|
Osn.LifecycleState |
OsnSummary.getLifecycleState()
The current state of the OSN.
|
static Osn.LifecycleState |
Osn.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Osn.LifecycleState[] |
Osn.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Osn.Builder |
Osn.Builder.lifecycleState(Osn.LifecycleState lifecycleState)
The current state of the OSN.
|
OsnSummary.Builder |
OsnSummary.Builder.lifecycleState(Osn.LifecycleState lifecycleState)
The current state of the OSN.
|
Constructor and Description |
---|
Osn(String osnKey,
AvailabilityDomain.Ads ad,
OcpuAllocationNumberParam ocpuAllocationParam,
Osn.LifecycleState lifecycleState)
Deprecated.
|
OsnSummary(String osnKey,
Osn.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.