Package | Description |
---|---|
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
ModifyPeerDetails |
ModifyPeerDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ModifyPeerDetails> |
ScaleBlockchainPlatformDetails.getModifyPeers()
modify ocpu allocation to existing Peers
|
Modifier and Type | Method and Description |
---|---|
ModifyPeerDetails.Builder |
ModifyPeerDetails.Builder.copy(ModifyPeerDetails model) |
Modifier and Type | Method and Description |
---|---|
ScaleBlockchainPlatformDetails.Builder |
ScaleBlockchainPlatformDetails.Builder.modifyPeers(List<ModifyPeerDetails> modifyPeers)
modify ocpu allocation to existing Peers
|
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.
|
Copyright © 2016–2024. All rights reserved.