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