public static class ExadataIormConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExadataIormConfig |
build() |
ExadataIormConfig.Builder |
copy(ExadataIormConfig model) |
ExadataIormConfig.Builder |
dbPlans(List<DbIormConfig> dbPlans)
An array of IORM settings for all the database in the Exadata DB system.
|
ExadataIormConfig.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current
lifecycleState . |
ExadataIormConfig.Builder |
lifecycleState(ExadataIormConfig.LifecycleState lifecycleState)
The current state of IORM configuration for the Exadata DB system.
|
ExadataIormConfig.Builder |
objective(ExadataIormConfig.Objective objective)
The current value for the IORM objective.
|
public ExadataIormConfig.Builder lifecycleState(ExadataIormConfig.LifecycleState lifecycleState)
The current state of IORM configuration for the Exadata DB system.
lifecycleState
- the value to setpublic ExadataIormConfig.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState
.
lifecycleDetails
- the value to setpublic ExadataIormConfig.Builder objective(ExadataIormConfig.Objective objective)
The current value for the IORM objective. The default is AUTO
.
objective
- the value to setpublic ExadataIormConfig.Builder dbPlans(List<DbIormConfig> dbPlans)
An array of IORM settings for all the database in the Exadata DB system.
dbPlans
- the value to setpublic ExadataIormConfig build()
public ExadataIormConfig.Builder copy(ExadataIormConfig model)
Copyright © 2016–2024. All rights reserved.