Uses of Class
com.oracle.bmc.blockchain.model.ScaleBlockchainPlatformDetails
-
Packages that use ScaleBlockchainPlatformDetails Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of ScaleBlockchainPlatformDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return ScaleBlockchainPlatformDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails
ScaleBlockchainPlatformDetails.Builder. build()
ScaleBlockchainPlatformDetails
ScaledBlockchainPlatformPreview. getScalePayload()
Methods in com.oracle.bmc.blockchain.model with parameters of type ScaleBlockchainPlatformDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails.Builder
ScaleBlockchainPlatformDetails.Builder. copy(ScaleBlockchainPlatformDetails model)
ScaledBlockchainPlatformPreview.Builder
ScaledBlockchainPlatformPreview.Builder. scalePayload(ScaleBlockchainPlatformDetails scalePayload)
Constructors in com.oracle.bmc.blockchain.model with parameters of type ScaleBlockchainPlatformDetails Constructor Description ScaledBlockchainPlatformPreview(String id, String displayName, String compartmentId, String description, String computeShape, Double storageSizeInTBs, Double storageSizeInTBsPostScaling, BlockchainPlatformComponentDetails componentDetails, ReplicaDetails replicas, BlockchainPlatformComponentDetails componentDetailsPostScaling, ReplicaDetails replicasPostScaling, List<OcpuUtilizationInfo> hostOcpuUtilizationInfo, List<OcpuUtilizationInfo> hostOcpuUtilizationInfoPostScaling, Integer newVmCount, ScaledPlatformMeteringPreview meteringPreview, ScaleBlockchainPlatformDetails scalePayload)
Deprecated. -
Uses of ScaleBlockchainPlatformDetails in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return ScaleBlockchainPlatformDetails Modifier and Type Method Description ScaleBlockchainPlatformDetails
PreviewScaleBlockchainPlatformRequest. getBody$()
Alternative accessor for the body parameter.ScaleBlockchainPlatformDetails
ScaleBlockchainPlatformRequest. getBody$()
Alternative accessor for the body parameter.ScaleBlockchainPlatformDetails
PreviewScaleBlockchainPlatformRequest. getScaleBlockchainPlatformDetails()
Input payload to scaleout blockchain platform.ScaleBlockchainPlatformDetails
ScaleBlockchainPlatformRequest. getScaleBlockchainPlatformDetails()
Input payload to scaleout blockchain platform.Methods in com.oracle.bmc.blockchain.requests with parameters of type ScaleBlockchainPlatformDetails Modifier and Type Method Description PreviewScaleBlockchainPlatformRequest.Builder
PreviewScaleBlockchainPlatformRequest.Builder. body$(ScaleBlockchainPlatformDetails body)
Alternative setter for the body parameter.ScaleBlockchainPlatformRequest.Builder
ScaleBlockchainPlatformRequest.Builder. body$(ScaleBlockchainPlatformDetails body)
Alternative setter for the body parameter.PreviewScaleBlockchainPlatformRequest.Builder
PreviewScaleBlockchainPlatformRequest.Builder. scaleBlockchainPlatformDetails(ScaleBlockchainPlatformDetails scaleBlockchainPlatformDetails)
Input payload to scaleout blockchain platform.ScaleBlockchainPlatformRequest.Builder
ScaleBlockchainPlatformRequest.Builder. scaleBlockchainPlatformDetails(ScaleBlockchainPlatformDetails scaleBlockchainPlatformDetails)
Input payload to scaleout blockchain platform.
-