InstanceBackup class

The details of a backup resource.

Constructors

InstanceBackup.new({String? createTime, EncryptionConfig? encryptionConfig, String? expireTime, String? name, String? state})
InstanceBackup.fromJson(Map json_)

Properties

createTime String?
The time when the backup was started.
getter/setter pair
encryptionConfig EncryptionConfig?
Current status of the CMEK encryption
getter/setter pair
expireTime String?
The time when the backup will be deleted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The relative resource name of the backup, in the following form: projects/{project_number}/locations/{location_id}/instances/{instance_id}/backups/{backup}
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of 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