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)
status of the managed instance.
|
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,
String notificationTopicId,
String kspliceEffectiveKernelVersion,
Boolean isDataCollectionAuthorized,
AutonomousSettings autonomous,
Integer securityUpdatesAvailable,
Integer bugUpdatesAvailable,
Integer enhancementUpdatesAvailable,
Integer otherUpdatesAvailable,
Integer scheduledJobCount,
Integer workRequestCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.