@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class ManagedInstanceGroupSummary extends Object
An group of managed instances that will be managed together
Note: Objects should always be created or deserialized using the ManagedInstanceGroupSummary.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 ManagedInstanceGroupSummary.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 |
ManagedInstanceGroupSummary.Builder |
| Constructor and Description |
|---|
ManagedInstanceGroupSummary(String displayName,
String id,
String compartmentId,
String description,
Integer managedInstanceCount,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
OsFamilies osFamily)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedInstanceGroupSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId() |
Map<String,Map<String,Object>> |
getDefinedTags() |
String |
getDescription() |
String |
getDisplayName() |
Map<String,String> |
getFreeformTags() |
String |
getId() |
LifecycleStates |
getLifecycleState() |
Integer |
getManagedInstanceCount() |
OsFamilies |
getOsFamily() |
int |
hashCode() |
ManagedInstanceGroupSummary.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"displayName","id","compartmentId","description","managedInstanceCount","lifecycleState","freeformTags","definedTags","osFamily"}) public ManagedInstanceGroupSummary(String displayName, String id, String compartmentId, String description, Integer managedInstanceCount, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, OsFamilies osFamily)
public static ManagedInstanceGroupSummary.Builder builder()
Create a new builder.
public ManagedInstanceGroupSummary.Builder toBuilder()
public String getDisplayName()
public String getId()
public String getCompartmentId()
public String getDescription()
public Integer getManagedInstanceCount()
public LifecycleStates getLifecycleState()
public OsFamilies getOsFamily()
Copyright © 2016–2022. All rights reserved.