Uses of Class
com.oracle.bmc.blockchain.model.Peer.LifecycleState
-
Packages that use Peer.LifecycleState Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model -
-
Uses of Peer.LifecycleState in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type Peer.LifecycleState Modifier and Type Method Description Waiter<GetPeerRequest,GetPeerResponse>
BlockchainPlatformWaiters. forPeer(GetPeerRequest request, Peer.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPeerRequest,GetPeerResponse>
BlockchainPlatformWaiters. forPeer(GetPeerRequest request, Peer.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPeerRequest,GetPeerResponse>
BlockchainPlatformWaiters. forPeer(GetPeerRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Peer.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Peer.LifecycleState in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return Peer.LifecycleState Modifier and Type Method Description static Peer.LifecycleState
Peer.LifecycleState. create(String key)
Peer.LifecycleState
Peer. getLifecycleState()
The current state of the peer.Peer.LifecycleState
PeerSummary. getLifecycleState()
The current state of the peer.static Peer.LifecycleState
Peer.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Peer.LifecycleState[]
Peer.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 Peer.LifecycleState Modifier and Type Method Description Peer.Builder
Peer.Builder. lifecycleState(Peer.LifecycleState lifecycleState)
The current state of the peer.PeerSummary.Builder
PeerSummary.Builder. lifecycleState(Peer.LifecycleState lifecycleState)
The current state of the peer.Constructors in com.oracle.bmc.blockchain.model with parameters of type Peer.LifecycleState Constructor Description Peer(String peerKey, PeerRole.Role role, String alias, OcpuAllocationNumberParam ocpuAllocationParam, String host, AvailabilityDomain.Ads ad, Peer.LifecycleState lifecycleState)
Deprecated.PeerSummary(String peerKey, Peer.LifecycleState lifecycleState)
Deprecated.
-