Uses of Class
com.oracle.bmc.blockchain.model.PeerRole.Role
-
Packages that use PeerRole.Role Package Description com.oracle.bmc.blockchain.model -
-
Uses of PeerRole.Role in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return PeerRole.Role Modifier and Type Method Description static PeerRole.Role
PeerRole.Role. create(String key)
PeerRole.Role
CreatePeerDetails. getRole()
Peer rolePeerRole.Role
Peer. getRole()
Peer rolePeerRole.Role
PeerRole. getRole()
Peer role namesstatic PeerRole.Role
PeerRole.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static PeerRole.Role[]
PeerRole.Role. 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 PeerRole.Role Modifier and Type Method Description CreatePeerDetails.Builder
CreatePeerDetails.Builder. role(PeerRole.Role role)
Peer rolePeer.Builder
Peer.Builder. role(PeerRole.Role role)
Peer rolePeerRole.Builder
PeerRole.Builder. role(PeerRole.Role role)
Peer role namesConstructors in com.oracle.bmc.blockchain.model with parameters of type PeerRole.Role Constructor Description CreatePeerDetails(PeerRole.Role role, String alias, OcpuAllocationNumberParam ocpuAllocationParam, AvailabilityDomain.Ads ad)
Deprecated.Peer(String peerKey, PeerRole.Role role, String alias, OcpuAllocationNumberParam ocpuAllocationParam, String host, AvailabilityDomain.Ads ad, Peer.LifecycleState lifecycleState)
Deprecated.PeerRole(PeerRole.Role role)
Deprecated.
-