Resource: BackupChannel
A BackupChannel imposes constraints on where clusters can be backed up. The BackupChannel should be in the same project and region as the cluster being backed up. The backup can be created only in destinationProject.
| JSON representation |
|---|
{ "name": string, "destinationProject": string, "uid": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "etag": string, "destinationProjectId": string } |
| Fields | |
|---|---|
name |
Identifier. The fully qualified name of the BackupChannel. |
destinationProject |
Required. Immutable. The project where Backups are allowed to be stored. The format is |
uid |
Output only. Server generated global unique identifier of UUID format. |
createTime |
Output only. The timestamp when this BackupChannel resource 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 BackupChannel resource was last updated. 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: |
labels |
Optional. A set of custom labels supplied by user. An object containing a list of |
description |
Optional. User specified descriptive string for this BackupChannel. |
etag |
Output only. |
destinationProjectId |
Output only. The projectId where Backups are allowed to be stored. Example Project ID: "my-project-id". This will be an OUTPUT_ONLY field to return the projectId of the destination project. |
Methods |
|
|---|---|
|
Creates a new BackupChannel in a given location. |
|
Deletes an existing BackupChannel. |
|
Retrieve the details of a single BackupChannel. |
|
Lists BackupChannels in a given location. |
|
Update a BackupChannel. |