Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatformComponentDetails
-
Packages that use BlockchainPlatformComponentDetails Package Description com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatformComponentDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatformComponentDetails Modifier and Type Method Description BlockchainPlatformComponentDetails
BlockchainPlatformComponentDetails.Builder. build()
BlockchainPlatformComponentDetails
BlockchainPlatform. getComponentDetails()
BlockchainPlatformComponentDetails
ScaledBlockchainPlatformPreview. getComponentDetails()
BlockchainPlatformComponentDetails
ScaledBlockchainPlatformPreview. getComponentDetailsPostScaling()
Methods in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatformComponentDetails Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.Builder. componentDetails(BlockchainPlatformComponentDetails componentDetails)
ScaledBlockchainPlatformPreview.Builder
ScaledBlockchainPlatformPreview.Builder. componentDetails(BlockchainPlatformComponentDetails componentDetails)
ScaledBlockchainPlatformPreview.Builder
ScaledBlockchainPlatformPreview.Builder. componentDetailsPostScaling(BlockchainPlatformComponentDetails componentDetailsPostScaling)
BlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails.Builder. copy(BlockchainPlatformComponentDetails model)
Constructors in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatformComponentDetails Constructor Description BlockchainPlatform(String id, String displayName, String compartmentId, String description, Boolean isByol, Date timeCreated, Date timeUpdated, String platformVersion, String serviceVersion, BlockchainPlatform.PlatformRole platformRole, BlockchainPlatform.ComputeShape computeShape, BlockchainPlatform.PlatformShapeType platformShapeType, BlockchainPlatform.LoadBalancerShape loadBalancerShape, String serviceEndpoint, BlockchainPlatform.LifecycleState lifecycleState, String lifecycleDetails, Double storageSizeInTBs, Double storageUsedInTBs, Boolean isMultiAD, Integer totalOcpuCapacity, BlockchainPlatformComponentDetails componentDetails, ReplicaDetails replicas, List<OcpuUtilizationInfo> hostOcpuUtilizationInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.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.
-