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