backupType property

String? backupType
getter/setter pair

Type of the backup.

Output only. Possible string values are:

  • "BACKUP_TYPE_UNSPECIFIED" : The default value, not set.
  • "ON_DEMAND" : On-demand backup.
  • "AUTOMATED" : Automated backup.

Implementation

core.String? backupType;