Package com.gpudb.protocol
Class DropBackupRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DropBackupRequest.Options
-
- Enclosing class:
- DropBackupRequest
public static final class DropBackupRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_ALL_BACKUPSAllow multiple backups to be deleted ifTRUEand multiple backup names are found matchingbackupName.static StringDRY_RUNWhether or not to perform a dry run of a backup deletion.static StringFALSEstatic StringNO_ERROR_IF_NOT_EXISTSWhether or not to suppress the error if the specified backup does not exist.static StringTRUE
-
-
-
Field Detail
-
DRY_RUN
public static final String DRY_RUN
Whether or not to perform a dry run of a backup deletion. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
DELETE_ALL_BACKUPS
public static final String DELETE_ALL_BACKUPS
Allow multiple backups to be deleted ifTRUEand multiple backup names are found matchingbackupName. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
Whether or not to suppress the error if the specified backup does not exist. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
-