@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExadataIormConfig extends Object
Response details which has IORM Settings for this Exadata System
Note: Objects should always be created or deserialized using the ExadataIormConfig.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 ExadataIormConfig.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 |
ExadataIormConfig.Builder |
static class |
ExadataIormConfig.LifecycleState
The current config state of IORM settings for this Exadata System.
|
static class |
ExadataIormConfig.Objective
Value for the IORM objective Default is "Auto"
|
Constructor and Description |
---|
ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState,
String lifecycleDetails,
ExadataIormConfig.Objective objective,
List<DbIormConfig> dbPlans)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExadataIormConfig.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<DbIormConfig> |
getDbPlans()
Array of IORM Setting for all the database in this Exadata DB System
|
String |
getLifecycleDetails()
Additional information about the current lifecycleState.
|
ExadataIormConfig.LifecycleState |
getLifecycleState()
The current config state of IORM settings for this Exadata System.
|
ExadataIormConfig.Objective |
getObjective()
Value for the IORM objective Default is "Auto"
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"lifecycleState","lifecycleDetails","objective","dbPlans"}) @Deprecated public ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState, String lifecycleDetails, ExadataIormConfig.Objective objective, List<DbIormConfig> dbPlans)
public static ExadataIormConfig.Builder builder()
Create a new builder.
public ExadataIormConfig.LifecycleState getLifecycleState()
The current config state of IORM settings for this Exadata System.
public String getLifecycleDetails()
Additional information about the current lifecycleState.
public ExadataIormConfig.Objective getObjective()
Value for the IORM objective Default is "Auto"
public List<DbIormConfig> getDbPlans()
Array of IORM Setting for all the database in this Exadata DB System
Copyright © 2016–2020. All rights reserved.