Uses of Class
com.oracle.bmc.blockchain.model.ScaleStorageDetails
-
Packages that use ScaleStorageDetails Package Description com.oracle.bmc.blockchain.model -
-
Uses of ScaleStorageDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return ScaleStorageDetails Modifier and Type Method Description ScaleStorageDetails
ScaleStorageDetails.Builder. build()
ScaleStorageDetails
ScaleBlockchainPlatformDetails. getAddStorage()
Methods in com.oracle.bmc.blockchain.model with parameters of type ScaleStorageDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails.Builder
ScaleBlockchainPlatformDetails.Builder. addStorage(ScaleStorageDetails addStorage)
ScaleStorageDetails.Builder
ScaleStorageDetails.Builder. copy(ScaleStorageDetails model)
Constructors in com.oracle.bmc.blockchain.model with parameters of type ScaleStorageDetails Constructor Description ScaleBlockchainPlatformDetails(List<CreateOsnDetails> addOsns, ReplicaDetails addReplicas, List<CreatePeerDetails> addPeers, ScaleStorageDetails addStorage, List<ModifyPeerDetails> modifyPeers, ReplicaDetails removeReplicas, List<String> removeOsns, List<String> removePeers)
Deprecated.
-