Enum CloudExadataInfrastructureDiscovery.RackSize
- java.lang.Object
-
- java.lang.Enum<CloudExadataInfrastructureDiscovery.RackSize>
-
- com.oracle.bmc.databasemanagement.model.CloudExadataInfrastructureDiscovery.RackSize
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CloudExadataInfrastructureDiscovery.RackSize>
- Enclosing class:
- CloudExadataInfrastructureDiscovery
public static enum CloudExadataInfrastructureDiscovery.RackSize extends Enum<CloudExadataInfrastructureDiscovery.RackSize> implements BmcEnum
The size of the Exadata infrastructure.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudExadataInfrastructureDiscovery.RackSizecreate(String key)StringgetValue()static CloudExadataInfrastructureDiscovery.RackSizevalueOf(String name)Returns the enum constant of this type with the specified name.static CloudExadataInfrastructureDiscovery.RackSize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Full
public static final CloudExadataInfrastructureDiscovery.RackSize Full
-
Half
public static final CloudExadataInfrastructureDiscovery.RackSize Half
-
Quarter
public static final CloudExadataInfrastructureDiscovery.RackSize Quarter
-
Eighth
public static final CloudExadataInfrastructureDiscovery.RackSize Eighth
-
Unknown
public static final CloudExadataInfrastructureDiscovery.RackSize Unknown
-
UnknownEnumValue
public static final CloudExadataInfrastructureDiscovery.RackSize UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static CloudExadataInfrastructureDiscovery.RackSize[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CloudExadataInfrastructureDiscovery.RackSize c : CloudExadataInfrastructureDiscovery.RackSize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CloudExadataInfrastructureDiscovery.RackSize valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static CloudExadataInfrastructureDiscovery.RackSize create(String key)
-
-