@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExadataIormConfig extends Object
The IORM settings of the Exadata DB system.
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 state of IORM configuration for the Exadata DB system.
|
static class |
ExadataIormConfig.Objective
The current value for the IORM objective.
|
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()
An array of IORM settings for all the database in
the Exadata DB system.
|
String |
getLifecycleDetails()
Additional information about the current
lifecycleState . |
ExadataIormConfig.LifecycleState |
getLifecycleState()
The current state of IORM configuration for the Exadata DB system.
|
ExadataIormConfig.Objective |
getObjective()
The current value for the IORM objective.
|
int |
hashCode() |
ExadataIormConfig.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"lifecycleState","lifecycleDetails","objective","dbPlans"}) public ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState, String lifecycleDetails, ExadataIormConfig.Objective objective, List<DbIormConfig> dbPlans)
public static ExadataIormConfig.Builder builder()
Create a new builder.
public ExadataIormConfig.Builder toBuilder()
public ExadataIormConfig.LifecycleState getLifecycleState()
The current state of IORM configuration for the Exadata DB system.
public String getLifecycleDetails()
Additional information about the current lifecycleState
.
public ExadataIormConfig.Objective getObjective()
The current value for the IORM objective.
The default is AUTO
.
public List<DbIormConfig> getDbPlans()
An array of IORM settings for all the database in the Exadata DB system.
Copyright © 2016–2022. All rights reserved.