Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatform.PlatformShapeType
-
Packages that use BlockchainPlatform.PlatformShapeType Package Description com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatform.PlatformShapeType in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatform.PlatformShapeType Modifier and Type Method Description static BlockchainPlatform.PlatformShapeType
BlockchainPlatform.PlatformShapeType. create(String key)
BlockchainPlatform.PlatformShapeType
BlockchainPlatform. getPlatformShapeType()
Type of Platform shape - DEFAULT or CUSTOMstatic BlockchainPlatform.PlatformShapeType
BlockchainPlatform.PlatformShapeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockchainPlatform.PlatformShapeType[]
BlockchainPlatform.PlatformShapeType. 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.PlatformShapeType Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.Builder. platformShapeType(BlockchainPlatform.PlatformShapeType platformShapeType)
Type of Platform shape - DEFAULT or CUSTOMConstructors in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.PlatformShapeType 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.
-