public final class AutomaticTuningOptions extends Object
| Constructor and Description |
|---|
AutomaticTuningOptions() |
| Modifier and Type | Method and Description |
|---|---|
AutomaticTuningOptionModeActual |
actualState()
Get the actualState property: Automatic tuning option actual state.
|
AutomaticTuningOptionModeDesired |
desiredState()
Get the desiredState property: Automatic tuning option desired state.
|
Integer |
reasonCode()
Get the reasonCode property: Reason code if desired and actual state are different.
|
AutomaticTuningDisabledReason |
reasonDesc()
Get the reasonDesc property: Reason description if desired and actual state are different.
|
void |
validate()
Validates the instance.
|
AutomaticTuningOptions |
withDesiredState(AutomaticTuningOptionModeDesired desiredState)
Set the desiredState property: Automatic tuning option desired state.
|
public AutomaticTuningOptionModeDesired desiredState()
public AutomaticTuningOptions withDesiredState(AutomaticTuningOptionModeDesired desiredState)
desiredState - the desiredState value to set.public AutomaticTuningOptionModeActual actualState()
public Integer reasonCode()
public AutomaticTuningDisabledReason reasonDesc()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.