Class RestorePlanBinding (0.7.0)

RestorePlanBinding(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A RestorePlanBinding binds a RestorePlan with a RestoreChannel. This resource is created automatically when a RestorePlan is created using a RestoreChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.

Attributes

Name Description
name str
Identifier. The fully qualified name of the RestorePlanBinding. projects/*/locations/*/restoreChannels/*/restorePlanBindings/*
uid str
Output only. Server generated global unique identifier of UUID4 __
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when this binding was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when this binding was created.
restore_plan str
Output only. The fully qualified name of the RestorePlan bound to this RestoreChannel. projects/*/locations/*/restorePlans/{restore_plan}
etag str
Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a RestorePlanBinding from overwriting each other. It is strongly suggested that systems make use of the 'etag' in the read-modify-write cycle to perform RestorePlanBinding updates in order to avoid race conditions: An etag is returned in the response to GetRestorePlanBinding, and systems are expected to put that etag in the request to UpdateRestorePlanBinding or DeleteRestorePlanBinding to ensure that their change will be applied to the same version of the resource.
backup_plan str
Output only. The fully qualified name of the BackupPlan bound to the specified RestorePlan. projects/*/locations/*/backukpPlans/{backup_plan}