@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public enum ArchitectureTypes extends Enum<ArchitectureTypes> implements BmcEnum
Supported architecture types. X86_64 - Package architecture is x86-64 SPARC - Package architecture is SPARC M1 - Package architecture for M1 chipset AARCH64
Enum Constant and Description |
---|
Aarch64 |
M1 |
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.
|
X86 |
X8664 |
Modifier and Type | Method and Description |
---|---|
static ArchitectureTypes |
create(String key) |
String |
getValue() |
static ArchitectureTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchitectureTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchitectureTypes X8664
public static final ArchitectureTypes Sparc
public static final ArchitectureTypes X86
public static final ArchitectureTypes M1
public static final ArchitectureTypes Aarch64
public static final ArchitectureTypes UnknownEnumValue
public static ArchitectureTypes[] values()
for (ArchitectureTypes c : ArchitectureTypes.values()) System.out.println(c);
public static ArchitectureTypes 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 ArchitectureTypes create(String key)
Copyright © 2016–2024. All rights reserved.