Enum ModuleStreamProfileOnManagedInstanceSummary.Status
- java.lang.Object
-
- java.lang.Enum<ModuleStreamProfileOnManagedInstanceSummary.Status>
-
- com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary.Status
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ModuleStreamProfileOnManagedInstanceSummary.Status>
- Enclosing class:
- ModuleStreamProfileOnManagedInstanceSummary
public static enum ModuleStreamProfileOnManagedInstanceSummary.Status extends Enum<ModuleStreamProfileOnManagedInstanceSummary.Status> implements BmcEnum
The status of the profile.A profile with the "INSTALLED" status indicates that the profile has been installed.
A profile with the "AVAILABLE" status indicates that the profile is not installed, but can be.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Available
Installed
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleStreamProfileOnManagedInstanceSummary.Status
create(String key)
String
getValue()
static ModuleStreamProfileOnManagedInstanceSummary.Status
valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleStreamProfileOnManagedInstanceSummary.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Installed
public static final ModuleStreamProfileOnManagedInstanceSummary.Status Installed
-
Available
public static final ModuleStreamProfileOnManagedInstanceSummary.Status Available
-
UnknownEnumValue
public static final ModuleStreamProfileOnManagedInstanceSummary.Status 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 ModuleStreamProfileOnManagedInstanceSummary.Status[] 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 (ModuleStreamProfileOnManagedInstanceSummary.Status c : ModuleStreamProfileOnManagedInstanceSummary.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModuleStreamProfileOnManagedInstanceSummary.Status 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 ModuleStreamProfileOnManagedInstanceSummary.Status create(String key)
-
-