@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class ManagedInstanceSummary extends Object
An OCI Compute instance that is being managed
Note: Objects should always be created or deserialized using the ManagedInstanceSummary.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 ManagedInstanceSummary.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 |
ManagedInstanceSummary.Builder |
static class |
ManagedInstanceSummary.Status
status of the managed instance.
|
| Constructor and Description |
|---|
ManagedInstanceSummary(String displayName,
String id,
String lastCheckin,
String lastBoot,
Integer updatesAvailable,
String compartmentId,
String description,
ManagedInstanceSummary.Status status,
OsFamilies osFamily,
Boolean isRebootRequired)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedInstanceSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId() |
String |
getDescription() |
String |
getDisplayName() |
String |
getId() |
Boolean |
getIsRebootRequired() |
String |
getLastBoot() |
String |
getLastCheckin() |
OsFamilies |
getOsFamily() |
ManagedInstanceSummary.Status |
getStatus() |
Integer |
getUpdatesAvailable() |
int |
hashCode() |
ManagedInstanceSummary.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"displayName","id","lastCheckin","lastBoot","updatesAvailable","compartmentId","description","status","osFamily","isRebootRequired"}) public ManagedInstanceSummary(String displayName, String id, String lastCheckin, String lastBoot, Integer updatesAvailable, String compartmentId, String description, ManagedInstanceSummary.Status status, OsFamilies osFamily, Boolean isRebootRequired)
public static ManagedInstanceSummary.Builder builder()
Create a new builder.
public ManagedInstanceSummary.Builder toBuilder()
public String getDisplayName()
public String getId()
public String getLastCheckin()
public String getLastBoot()
public Integer getUpdatesAvailable()
public String getCompartmentId()
public String getDescription()
public ManagedInstanceSummary.Status getStatus()
public OsFamilies getOsFamily()
public Boolean getIsRebootRequired()
Copyright © 2016–2022. All rights reserved.