Backup class

A Filestore backup.

Constructors

Backup({String? capacityGb, String? createTime, String? description, String? downloadBytes, String? kmsKey, Map<String, String>? labels, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? sourceFileShare, String? sourceInstance, String? sourceInstanceTier, String? state, String? storageBytes})
Backup.fromJson(Map json_)

Properties

capacityGb String?
Capacity of the source file share when the backup was created.
getter/setter pair
createTime String?
The time when the backup was created.
getter/setter pair
description String?
A description of the backup with 2048 characters or less.
getter/setter pair
downloadBytes String?
Amount of bytes that will be downloaded if the backup is restored.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kmsKey String?
KMS key name used for data encryption.
getter/setter pair
labels Map<String, String>?
Resource labels to represent user provided metadata.
getter/setter pair
name String?
The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.
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
sourceFileShare String?
Name of the file share in the source Filestore instance that the backup is created from.
getter/setter pair
sourceInstance String?
The resource name of the source Filestore instance, in the format projects/{project_number}/locations/{location_id}/instances/{instance_id}, used to create this backup.
getter/setter pair
sourceInstanceTier String?
The service tier of the source Filestore instance that this backup is created from.
getter/setter pair
state String?
The backup state.
getter/setter pair
storageBytes String?
The size of the storage used by the backup.
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