Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static UpdateModuleStreamDetails.Status |
UpdateModuleStreamDetails.Status.create(String key) |
UpdateModuleStreamDetails.Status |
UpdateModuleStreamDetails.getStatus()
The status of the stream
|
static UpdateModuleStreamDetails.Status |
UpdateModuleStreamDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateModuleStreamDetails.Status[] |
UpdateModuleStreamDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateModuleStreamDetails.Builder |
UpdateModuleStreamDetails.Builder.status(UpdateModuleStreamDetails.Status status)
The status of the stream
|
Constructor and Description |
---|
UpdateModuleStreamDetails(String streamName,
UpdateModuleStreamDetails.Status status,
Date timeModified,
String softwareSourceName,
String softwareSourceUrl,
Boolean isDefault,
List<UpdateModuleStreamProfileDetails> profiles)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.