public static enum ExternalExadataInfrastructure.RackSize extends Enum<ExternalExadataInfrastructure.RackSize> implements BmcEnum
The rack size of the Exadata infrastructure.
Enum Constant and Description |
---|
Eighth |
Full |
Half |
Quarter |
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 ExternalExadataInfrastructure.RackSize |
create(String key) |
String |
getValue() |
static ExternalExadataInfrastructure.RackSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalExadataInfrastructure.RackSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalExadataInfrastructure.RackSize Full
public static final ExternalExadataInfrastructure.RackSize Half
public static final ExternalExadataInfrastructure.RackSize Quarter
public static final ExternalExadataInfrastructure.RackSize Eighth
public static final ExternalExadataInfrastructure.RackSize UnknownEnumValue
public static ExternalExadataInfrastructure.RackSize[] values()
for (ExternalExadataInfrastructure.RackSize c : ExternalExadataInfrastructure.RackSize.values()) System.out.println(c);
public static ExternalExadataInfrastructure.RackSize 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 ExternalExadataInfrastructure.RackSize create(String key)
Copyright © 2016–2024. All rights reserved.