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.modelMethods in com.oracle.bmc.blockchain.model that return ScaleStorageDetails Modifier and Type Method Description ScaleStorageDetailsScaleStorageDetails.Builder. build()ScaleStorageDetailsScaleBlockchainPlatformDetails. getAddStorage()Methods in com.oracle.bmc.blockchain.model with parameters of type ScaleStorageDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails.BuilderScaleBlockchainPlatformDetails.Builder. addStorage(ScaleStorageDetails addStorage)ScaleStorageDetails.BuilderScaleStorageDetails.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.
 
-