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 Summary
Enum Constants Enum Constant Description DigitalAssetsExtraLarge
DigitalAssetsLarge
DigitalAssetsMedium
EnterpriseCustom
EnterpriseExtraLarge
EnterpriseLarge
EnterpriseMedium
EnterpriseSmall
Standard
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockchainPlatform.ComputeShape
create(String key)
String
getValue()
static BlockchainPlatform.ComputeShape
valueOf(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
-
Standard
public static final BlockchainPlatform.ComputeShape Standard
-
EnterpriseSmall
public static final BlockchainPlatform.ComputeShape EnterpriseSmall
-
EnterpriseMedium
public static final BlockchainPlatform.ComputeShape EnterpriseMedium
-
EnterpriseLarge
public static final BlockchainPlatform.ComputeShape EnterpriseLarge
-
EnterpriseExtraLarge
public static final BlockchainPlatform.ComputeShape EnterpriseExtraLarge
-
EnterpriseCustom
public static final BlockchainPlatform.ComputeShape EnterpriseCustom
-
DigitalAssetsMedium
public static final BlockchainPlatform.ComputeShape DigitalAssetsMedium
-
DigitalAssetsLarge
public static final BlockchainPlatform.ComputeShape DigitalAssetsLarge
-
DigitalAssetsExtraLarge
public static final BlockchainPlatform.ComputeShape DigitalAssetsExtraLarge
-
UnknownEnumValue
public 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
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
create
public static BlockchainPlatform.ComputeShape create(String key)
-
-