type property

String? type
getter/setter pair

The backup type, which suggests the trigger for the backup. Possible string values are:

  • "TYPE_UNSPECIFIED" : Backup Type is unknown.
  • "ON_DEMAND" : ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).
  • "AUTOMATED" : AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.
  • "CONTINUOUS" : CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.

Implementation

core.String? type;