@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class ManagedInstance extends Object
Detail information for an OCI Compute instance that is being managed
Note: Objects should always be created or deserialized using the ManagedInstance.Builder. This model distinguishes fields
that are null because they are unset from fields that are explicitly set to null. This is done in
the setter methods of the ManagedInstance.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedInstance.Builder |
static class |
ManagedInstance.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.
|
@Deprecated @ConstructorProperties(value={"displayName","id","description","lastCheckin","lastBoot","updatesAvailable","osName","osVersion","osKernelVersion","compartmentId","status","parentSoftwareSource","childSoftwareSources","managedInstanceGroups","osFamily","isRebootRequired","notificationTopicId","kspliceEffectiveKernelVersion","isDataCollectionAuthorized","autonomous","securityUpdatesAvailable","bugUpdatesAvailable","enhancementUpdatesAvailable","otherUpdatesAvailable","scheduledJobCount","workRequestCount"}) public 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)
public static ManagedInstance.Builder builder()
Create a new builder.
public ManagedInstance.Builder toBuilder()
public String getDisplayName()
public String getId()
public String getDescription()
public String getLastCheckin()
public String getLastBoot()
public Integer getUpdatesAvailable()
public String getOsName()
public String getOsVersion()
public String getOsKernelVersion()
public String getCompartmentId()
public ManagedInstance.Status getStatus()
public SoftwareSourceId getParentSoftwareSource()
public List<SoftwareSourceId> getChildSoftwareSources()
public OsFamilies getOsFamily()
public Boolean getIsRebootRequired()
public String getNotificationTopicId()
public String getKspliceEffectiveKernelVersion()
public Boolean getIsDataCollectionAuthorized()
public AutonomousSettings getAutonomous()
public Integer getSecurityUpdatesAvailable()
public Integer getBugUpdatesAvailable()
public Integer getEnhancementUpdatesAvailable()
public Integer getOtherUpdatesAvailable()
public Integer getScheduledJobCount()
public Integer getWorkRequestCount()
Copyright © 2016–2022. All rights reserved.