Class ApplyPendingMaintenanceActionRequest

    • Method Detail

      • applyAction

        public final String applyAction()

        The pending maintenance action to apply to this resource.

        Valid Values: system-update, db-upgrade, hardware-maintenance, ca-certificate-rotation

        Returns:
        The pending maintenance action to apply to this resource.

        Valid Values: system-update, db-upgrade, hardware-maintenance, ca-certificate-rotation

      • optInType

        public final String optInType()

        A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate can't be undone.

        Valid Values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

        Returns:
        A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate can't be undone.

        Valid Values:

        • immediate - Apply the maintenance action immediately.

        • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

        • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object