Enum ModuleStreamOnManagedInstanceSummary.Status
- java.lang.Object
-
- java.lang.Enum<ModuleStreamOnManagedInstanceSummary.Status>
-
- com.oracle.bmc.osmanagement.model.ModuleStreamOnManagedInstanceSummary.Status
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ModuleStreamOnManagedInstanceSummary.Status>
- Enclosing class:
- ModuleStreamOnManagedInstanceSummary
public static enum ModuleStreamOnManagedInstanceSummary.Status extends Enum<ModuleStreamOnManagedInstanceSummary.Status> implements BmcEnum
The status of the streamA stream with the "ENABLED" status can be used as a source for installing profiles. Streams with this status are also "ACTIVE".
A stream with the "DISABLED" status cannot be the source for installing profiles. To install profiles and packages from this stream, it must be enabled.
A stream with the "ACTIVE" status can be used as a source for installing profiles. The packages that comprise the stream are also used when a matching package is installed directly. In general, a stream can have this status if it is the default stream for the module and no stream has been explicitly enabled.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Active
Disabled
Enabled
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 ModuleStreamOnManagedInstanceSummary.Status
create(String key)
String
getValue()
static ModuleStreamOnManagedInstanceSummary.Status
valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleStreamOnManagedInstanceSummary.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Enabled
public static final ModuleStreamOnManagedInstanceSummary.Status Enabled
-
Disabled
public static final ModuleStreamOnManagedInstanceSummary.Status Disabled
-
Active
public static final ModuleStreamOnManagedInstanceSummary.Status Active
-
UnknownEnumValue
public static final ModuleStreamOnManagedInstanceSummary.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 ModuleStreamOnManagedInstanceSummary.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 (ModuleStreamOnManagedInstanceSummary.Status c : ModuleStreamOnManagedInstanceSummary.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 ModuleStreamOnManagedInstanceSummary.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 ModuleStreamOnManagedInstanceSummary.Status create(String key)
-
-