@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public enum ArchTypes extends Enum<ArchTypes> implements BmcEnum
Possible CPU architecture types
Enum Constant and Description |
---|
Aarch64 |
Amd64Debian |
Ia32 |
Sparc |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
X8664 |
Modifier and Type | Method and Description |
---|---|
static ArchTypes |
create(String key) |
String |
getValue() |
static ArchTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchTypes Ia32
public static final ArchTypes X8664
public static final ArchTypes Aarch64
public static final ArchTypes Sparc
public static final ArchTypes Amd64Debian
public static final ArchTypes UnknownEnumValue
public static ArchTypes[] values()
for (ArchTypes c : ArchTypes.values()) System.out.println(c);
public static ArchTypes 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 nullCopyright © 2016–2024. All rights reserved.