Uses of Class
com.oracle.bmc.blockchain.model.Osn.LifecycleState
-
Packages that use Osn.LifecycleState Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model -
-
Uses of Osn.LifecycleState in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type Osn.LifecycleState Modifier and Type Method Description Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, Osn.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, Osn.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Osn.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Osn.LifecycleState in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return Osn.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.blockchain.model with parameters of type Osn.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.blockchain.model with parameters of type Osn.LifecycleState Constructor Description Osn(String osnKey, AvailabilityDomain.Ads ad, OcpuAllocationNumberParam ocpuAllocationParam, Osn.LifecycleState lifecycleState)
Deprecated.OsnSummary(String osnKey, Osn.LifecycleState lifecycleState)
Deprecated.
-