Uses of Class
com.oracle.bmc.blockchain.model.OcpuUtilizationInfo
-
Packages that use OcpuUtilizationInfo Package Description com.oracle.bmc.blockchain.model -
-
Uses of OcpuUtilizationInfo in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return OcpuUtilizationInfo Modifier and Type Method Description OcpuUtilizationInfo
OcpuUtilizationInfo.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type OcpuUtilizationInfo Modifier and Type Method Description List<OcpuUtilizationInfo>
BlockchainPlatform. getHostOcpuUtilizationInfo()
List of OcpuUtilization for all hostsList<OcpuUtilizationInfo>
ScaledBlockchainPlatformPreview. getHostOcpuUtilizationInfo()
List of OcpuUtilization for all hostsList<OcpuUtilizationInfo>
ScaledBlockchainPlatformPreview. getHostOcpuUtilizationInfoPostScaling()
List of OcpuUtilization for all hosts after scalingMethods in com.oracle.bmc.blockchain.model with parameters of type OcpuUtilizationInfo Modifier and Type Method Description OcpuUtilizationInfo.Builder
OcpuUtilizationInfo.Builder. copy(OcpuUtilizationInfo model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type OcpuUtilizationInfo Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.Builder. hostOcpuUtilizationInfo(List<OcpuUtilizationInfo> hostOcpuUtilizationInfo)
List of OcpuUtilization for all hostsScaledBlockchainPlatformPreview.Builder
ScaledBlockchainPlatformPreview.Builder. hostOcpuUtilizationInfo(List<OcpuUtilizationInfo> hostOcpuUtilizationInfo)
List of OcpuUtilization for all hostsScaledBlockchainPlatformPreview.Builder
ScaledBlockchainPlatformPreview.Builder. hostOcpuUtilizationInfoPostScaling(List<OcpuUtilizationInfo> hostOcpuUtilizationInfoPostScaling)
List of OcpuUtilization for all hosts after scalingConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type OcpuUtilizationInfo 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.
-