Package | Description |
---|---|
com.oracle.bmc.blockchain.model | |
com.oracle.bmc.blockchain.requests |
Modifier and Type | Method and Description |
---|---|
CreatePeerDetails |
CreatePeerDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreatePeerDetails> |
ScaleBlockchainPlatformDetails.getAddPeers()
new Peers to add
|
Modifier and Type | Method and Description |
---|---|
CreatePeerDetails.Builder |
CreatePeerDetails.Builder.copy(CreatePeerDetails model) |
Modifier and Type | Method and Description |
---|---|
ScaleBlockchainPlatformDetails.Builder |
ScaleBlockchainPlatformDetails.Builder.addPeers(List<CreatePeerDetails> addPeers)
new Peers to add
|
Constructor and Description |
---|
ScaleBlockchainPlatformDetails(List<CreateOsnDetails> addOsns,
ReplicaDetails addReplicas,
List<CreatePeerDetails> addPeers,
ScaleStorageDetails addStorage,
List<ModifyPeerDetails> modifyPeers,
ReplicaDetails removeReplicas,
List<String> removeOsns,
List<String> removePeers)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreatePeerDetails |
CreatePeerRequest.getBody$()
Alternative accessor for the body parameter.
|
CreatePeerDetails |
CreatePeerRequest.getCreatePeerDetails()
Input payload to create a blockchain platform peer.
|
Modifier and Type | Method and Description |
---|---|
CreatePeerRequest.Builder |
CreatePeerRequest.Builder.body$(CreatePeerDetails body)
Alternative setter for the body parameter.
|
CreatePeerRequest.Builder |
CreatePeerRequest.Builder.createPeerDetails(CreatePeerDetails createPeerDetails)
Input payload to create a blockchain platform peer.
|
Copyright © 2016–2024. All rights reserved.