backupType property

String? backupType
getter/setter pair

Type of the backup, unspecified, scheduled or ondemand.

Output only. Possible string values are:

  • "BACKUP_TYPE_UNSPECIFIED" : Backup type is unspecified.
  • "SCHEDULED" : Scheduled backup.
  • "ON_DEMAND" : On demand backup.

Implementation

core.String? backupType;