Resource: RestorePlanBinding
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.
| JSON representation |
|---|
{ "name": string, "uid": string, "createTime": string, "updateTime": string, "restorePlan": string, "etag": string, "backupPlan": string } |
| Fields | |
|---|---|
name |
Identifier. The fully qualified name of the RestorePlanBinding. |
uid |
Output only. Server generated global unique identifier of UUID4 |
createTime |
Output only. The timestamp when this binding was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The timestamp when this binding was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
restorePlan |
Output only. The fully qualified name of the RestorePlan bound to this RestoreChannel. |
etag |
Output only. |
backupPlan |
Output only. The fully qualified name of the BackupPlan bound to the specified RestorePlan. |
Methods |
|
|---|---|
|
Retrieve the details of a single RestorePlanBinding. |
|
Lists RestorePlanBindings in a given location. |