| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ManagedInstance.Status |
ManagedInstance.Status.create(String key) |
ManagedInstance.Status |
ManagedInstance.getStatus()
status of the managed instance.
|
static ManagedInstance.Status |
ManagedInstance.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedInstance.Status[] |
ManagedInstance.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstance.Builder |
ManagedInstance.Builder.status(ManagedInstance.Status status) |
| Constructor and Description |
|---|
ManagedInstance(String displayName,
String id,
String description,
String lastCheckin,
String lastBoot,
Integer updatesAvailable,
String osName,
String osVersion,
String osKernelVersion,
String compartmentId,
ManagedInstance.Status status,
SoftwareSourceId parentSoftwareSource,
List<SoftwareSourceId> childSoftwareSources,
List<Id> managedInstanceGroups,
OsFamilies osFamily,
Boolean isRebootRequired)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.