Package com.oracle.bmc.blockchain.model
Enum BlockchainPlatform.ComputeShape
- java.lang.Object
- 
- java.lang.Enum<BlockchainPlatform.ComputeShape>
- 
- com.oracle.bmc.blockchain.model.BlockchainPlatform.ComputeShape
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<BlockchainPlatform.ComputeShape>
 - Enclosing class:
- BlockchainPlatform
 
 public static enum BlockchainPlatform.ComputeShape extends Enum<BlockchainPlatform.ComputeShape> implements BmcEnum 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_LARGE
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description DigitalAssetsExtraLargeDigitalAssetsLargeDigitalAssetsMediumEnterpriseCustomEnterpriseExtraLargeEnterpriseLargeEnterpriseMediumEnterpriseSmallStandardUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockchainPlatform.ComputeShapecreate(String key)StringgetValue()static BlockchainPlatform.ComputeShapevalueOf(String name)Returns the enum constant of this type with the specified name.static BlockchainPlatform.ComputeShape[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Standardpublic static final BlockchainPlatform.ComputeShape Standard 
 - 
EnterpriseSmallpublic static final BlockchainPlatform.ComputeShape EnterpriseSmall 
 - 
EnterpriseMediumpublic static final BlockchainPlatform.ComputeShape EnterpriseMedium 
 - 
EnterpriseLargepublic static final BlockchainPlatform.ComputeShape EnterpriseLarge 
 - 
EnterpriseExtraLargepublic static final BlockchainPlatform.ComputeShape EnterpriseExtraLarge 
 - 
EnterpriseCustompublic static final BlockchainPlatform.ComputeShape EnterpriseCustom 
 - 
DigitalAssetsMediumpublic static final BlockchainPlatform.ComputeShape DigitalAssetsMedium 
 - 
DigitalAssetsLargepublic static final BlockchainPlatform.ComputeShape DigitalAssetsLarge 
 - 
DigitalAssetsExtraLargepublic static final BlockchainPlatform.ComputeShape DigitalAssetsExtraLarge 
 - 
UnknownEnumValuepublic static final BlockchainPlatform.ComputeShape UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static BlockchainPlatform.ComputeShape[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BlockchainPlatform.ComputeShape c : BlockchainPlatform.ComputeShape.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static BlockchainPlatform.ComputeShape valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static BlockchainPlatform.ComputeShape create(String key) 
 
- 
 
-