Uses of Class
com.oracle.bmc.blockchain.model.CreateOsnDetails
-
Packages that use CreateOsnDetails Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of CreateOsnDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return CreateOsnDetails Modifier and Type Method Description CreateOsnDetails
CreateOsnDetails.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type CreateOsnDetails Modifier and Type Method Description List<CreateOsnDetails>
ScaleBlockchainPlatformDetails. getAddOsns()
new OSNs to addMethods in com.oracle.bmc.blockchain.model with parameters of type CreateOsnDetails Modifier and Type Method Description CreateOsnDetails.Builder
CreateOsnDetails.Builder. copy(CreateOsnDetails model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type CreateOsnDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails.Builder
ScaleBlockchainPlatformDetails.Builder. addOsns(List<CreateOsnDetails> addOsns)
new OSNs to addConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type CreateOsnDetails 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. -
Uses of CreateOsnDetails in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return CreateOsnDetails Modifier and Type Method Description CreateOsnDetails
CreateOsnRequest. getBody$()
Alternative accessor for the body parameter.CreateOsnDetails
CreateOsnRequest. getCreateOsnDetails()
Input payload to create blockchain platform OSN.Methods in com.oracle.bmc.blockchain.requests with parameters of type CreateOsnDetails Modifier and Type Method Description CreateOsnRequest.Builder
CreateOsnRequest.Builder. body$(CreateOsnDetails body)
Alternative setter for the body parameter.CreateOsnRequest.Builder
CreateOsnRequest.Builder. createOsnDetails(CreateOsnDetails createOsnDetails)
Input payload to create blockchain platform OSN.
-