public static enum ListModuleStreamsOnManagedInstanceRequest.StreamStatus extends Enum<ListModuleStreamsOnManagedInstanceRequest.StreamStatus> implements BmcEnum
The status of the stream
A 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.
Modifier and Type | Method and Description |
---|---|
static ListModuleStreamsOnManagedInstanceRequest.StreamStatus |
create(String key) |
String |
getValue() |
static ListModuleStreamsOnManagedInstanceRequest.StreamStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListModuleStreamsOnManagedInstanceRequest.StreamStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListModuleStreamsOnManagedInstanceRequest.StreamStatus Enabled
public static final ListModuleStreamsOnManagedInstanceRequest.StreamStatus Disabled
public static final ListModuleStreamsOnManagedInstanceRequest.StreamStatus Active
public static ListModuleStreamsOnManagedInstanceRequest.StreamStatus[] values()
for (ListModuleStreamsOnManagedInstanceRequest.StreamStatus c : ListModuleStreamsOnManagedInstanceRequest.StreamStatus.values()) System.out.println(c);
public static ListModuleStreamsOnManagedInstanceRequest.StreamStatus 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 ListModuleStreamsOnManagedInstanceRequest.StreamStatus create(String key)
Copyright © 2016–2024. All rights reserved.