Resource: BackupCollection
BackupCollection of a cluster.
JSON representation |
---|
{ "name": string, "clusterUid": string, "cluster": string, "kmsKey": string, "uid": string, "createTime": string } |
Fields | |
---|---|
name |
Identifier. Full resource path of the backup collection. |
cluster |
Output only. The cluster uid of the backup collection. |
cluster |
Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster} |
kms |
Output only. The KMS key used to encrypt the backups under this backup collection. |
uid |
Output only. System assigned unique identifier of the backup collection. |
create |
Output only. The time when the backup collection was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
---|---|
|
Get a backup collection. |
|
Lists all backup collections owned by a consumer project in either the specified location (region) or all locations. |