BackupPlanBinding class
A BackupPlanBinding binds a BackupPlan with a BackupChannel.
This resource is created automatically when a BackupPlan is created using a BackupChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
Constructors
- BackupPlanBinding.new({String? backupPlan, BackupPlanDetails? backupPlanDetails, String? cluster, String? createTime, String? etag, String? name, String? uid, String? updateTime})
- BackupPlanBinding.fromJson(Map json_)
Properties
- backupPlan ↔ String?
-
The fully qualified name of the BackupPlan bound with the parent
BackupChannel.
getter/setter pair
- backupPlanDetails ↔ BackupPlanDetails?
-
Contains details about the backup plan/backup.
getter/setter pair
- cluster ↔ String?
-
The fully qualified name of the cluster that is being backed up Valid
formats: -
projects / * /locations / * /clusters / *
-projects / * /zones / * /clusters / *
getter/setter pair - createTime ↔ String?
-
The timestamp when this binding was created.
getter/setter pair
- etag ↔ String?
-
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a BackupPlanBinding from overwriting each other.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid ↔ String?
-
Server generated global unique identifier of
UUID4
getter/setter pair
- updateTime ↔ String?
-
The timestamp when this binding was created.
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