@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExadataIormConfig extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The IORM settings of the Exadata DB 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 ExadataIormConfig.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (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.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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) |
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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.