Uses of Class
com.oracle.bmc.blockchain.model.ScaledPlatformMeteringPreview
-
Packages that use ScaledPlatformMeteringPreview Package Description com.oracle.bmc.blockchain.model -
-
Uses of ScaledPlatformMeteringPreview in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return ScaledPlatformMeteringPreview Modifier and Type Method Description ScaledPlatformMeteringPreview
ScaledPlatformMeteringPreview.Builder. build()
ScaledPlatformMeteringPreview
ScaledBlockchainPlatformPreview. getMeteringPreview()
Methods in com.oracle.bmc.blockchain.model with parameters of type ScaledPlatformMeteringPreview Modifier and Type Method Description ScaledPlatformMeteringPreview.Builder
ScaledPlatformMeteringPreview.Builder. copy(ScaledPlatformMeteringPreview model)
ScaledBlockchainPlatformPreview.Builder
ScaledBlockchainPlatformPreview.Builder. meteringPreview(ScaledPlatformMeteringPreview meteringPreview)
Constructors in com.oracle.bmc.blockchain.model with parameters of type ScaledPlatformMeteringPreview 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.
-