Class RecommendedActionStateInfoResponse
- java.lang.Object
-
- com.pulumi.azurenative.sql.outputs.RecommendedActionStateInfoResponse
-
public final class RecommendedActionStateInfoResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecommendedActionStateInfoResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
actionInitiatedBy()
static RecommendedActionStateInfoResponse.Builder
builder()
static RecommendedActionStateInfoResponse.Builder
builder(RecommendedActionStateInfoResponse defaults)
java.lang.String
currentValue()
java.lang.String
lastModified()
-
-
-
Method Detail
-
actionInitiatedBy
public java.lang.String actionInitiatedBy()
- Returns:
- Gets who initiated the execution of this recommended action. Possible Value are: User -> When user explicity notified system to apply the recommended action. System -> When auto-execute status of this advisor was set to 'Enabled', in which case the system applied it.
-
currentValue
public java.lang.String currentValue()
- Returns:
- Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action.
-
lastModified
public java.lang.String lastModified()
- Returns:
- Gets the time when the state was last modified
-
builder
public static RecommendedActionStateInfoResponse.Builder builder()
-
builder
public static RecommendedActionStateInfoResponse.Builder builder(RecommendedActionStateInfoResponse defaults)
-
-