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
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and 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.
|
public static final BlockchainPlatform.ComputeShape Standard
public static final BlockchainPlatform.ComputeShape EnterpriseSmall
public static final BlockchainPlatform.ComputeShape EnterpriseMedium
public static final BlockchainPlatform.ComputeShape EnterpriseLarge
public static final BlockchainPlatform.ComputeShape EnterpriseExtraLarge
public static final BlockchainPlatform.ComputeShape EnterpriseCustom
public static final BlockchainPlatform.ComputeShape UnknownEnumValue
public static BlockchainPlatform.ComputeShape[] values()
for (BlockchainPlatform.ComputeShape c : BlockchainPlatform.ComputeShape.values()) System.out.println(c);
public static BlockchainPlatform.ComputeShape valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BlockchainPlatform.ComputeShape create(String key)
Copyright © 2016–2024. All rights reserved.