Package | Description |
---|---|
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
static PeerRole.Role |
PeerRole.Role.create(String key) |
PeerRole.Role |
Peer.getRole()
Peer role
|
PeerRole.Role |
CreatePeerDetails.getRole()
Peer role
|
PeerRole.Role |
PeerRole.getRole()
Peer role names
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
Peer.Builder |
Peer.Builder.role(PeerRole.Role role)
Peer role
|
CreatePeerDetails.Builder |
CreatePeerDetails.Builder.role(PeerRole.Role role)
Peer role
|
PeerRole.Builder |
PeerRole.Builder.role(PeerRole.Role role)
Peer role names
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.