Backup class

Message describing a Backup object.

Constructors

Backup.new({BackupApplianceBackupProperties? backupApplianceBackupProperties, List<BackupLock>? backupApplianceLocks, String? backupType, ComputeInstanceBackupProperties? computeInstanceBackupProperties, String? consistencyTime, String? createTime, String? description, String? enforcedRetentionEndTime, String? etag, String? expireTime, GCPBackupPlanInfo? gcpBackupPlanInfo, Map<String, String>? labels, String? name, String? resourceSizeBytes, bool? satisfiesPzi, bool? satisfiesPzs, List<BackupLock>? serviceLocks, String? state, String? updateTime})
Backup.fromJson(Map json_)

Properties

backupApplianceBackupProperties BackupApplianceBackupProperties?
Backup Appliance specific backup properties.
getter/setter pair
backupApplianceLocks List<BackupLock>?
The list of BackupLocks taken by the accessor Backup Appliance.
getter/setter pair
backupType String?
Type of the backup, unspecified, scheduled or ondemand.
getter/setter pair
computeInstanceBackupProperties ComputeInstanceBackupProperties?
Compute Engine specific backup properties.
getter/setter pair
consistencyTime String?
The point in time when this backup was captured from the source.
getter/setter pair
createTime String?
The time when the instance was created.
getter/setter pair
description String?
The description of the Backup instance (2048 characters or less).
getter/setter pair
enforcedRetentionEndTime String?
The backup can not be deleted before this time.
getter/setter pair
etag String?
Server specified ETag to prevent updates from overwriting each other.
getter/setter pair
expireTime String?
When this backup is automatically expired.
getter/setter pair
gcpBackupPlanInfo GCPBackupPlanInfo?
Configuration for a Google Cloud resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels to represent user provided metadata.
getter/setter pair
name String?
Identifier.
getter/setter pair
resourceSizeBytes String?
source resource size in bytes at the time of the backup.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool?
Reserved for future use.
getter/setter pair
satisfiesPzs bool?
Reserved for future use.
getter/setter pair
serviceLocks List<BackupLock>?
The list of BackupLocks taken by the service to prevent the deletion of the backup.
getter/setter pair
state String?
The Backup resource instance state.
getter/setter pair
updateTime String?
The time when the instance was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited