Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatform.ComputeShape
-
Packages that use BlockchainPlatform.ComputeShape Package Description com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatform.ComputeShape in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatform.ComputeShape Modifier and Type Method Description static BlockchainPlatform.ComputeShape
BlockchainPlatform.ComputeShape. create(String key)
BlockchainPlatform.ComputeShape
BlockchainPlatform. getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGEBlockchainPlatform.ComputeShape
BlockchainPlatformByHostname. getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOMBlockchainPlatform.ComputeShape
BlockchainPlatformSummary. getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOMBlockchainPlatform.ComputeShape
CreateBlockchainPlatformDetails. getComputeShape()
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGEstatic BlockchainPlatform.ComputeShape
BlockchainPlatform.ComputeShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockchainPlatform.ComputeShape[]
BlockchainPlatform.ComputeShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.ComputeShape Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.Builder. computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGEBlockchainPlatformByHostname.Builder
BlockchainPlatformByHostname.Builder. computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOMBlockchainPlatformSummary.Builder
BlockchainPlatformSummary.Builder. computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOMCreateBlockchainPlatformDetails.Builder
CreateBlockchainPlatformDetails.Builder. computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGEConstructors in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.ComputeShape 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.BlockchainPlatformByHostname(String id, String serviceEndpoint, String displayName, String compartmentId, String description, Date timeCreated, Date timeUpdated, BlockchainPlatform.PlatformRole platformRole, BlockchainPlatform.ComputeShape computeShape, BlockchainPlatform.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.BlockchainPlatformSummary(String id, String displayName, String compartmentId, String description, Date timeCreated, Date timeUpdated, BlockchainPlatform.PlatformRole platformRole, BlockchainPlatform.ComputeShape computeShape, String serviceEndpoint, BlockchainPlatform.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateBlockchainPlatformDetails(String displayName, String compartmentId, String description, BlockchainPlatform.PlatformRole platformRole, BlockchainPlatform.ComputeShape computeShape, Boolean isByol, String platformVersion, String idcsAccessToken, String federatedUserId, String caCertArchiveText, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-