Resource: BackupCollection
BackupCollection of an instance.
| JSON representation | 
|---|
{ "name": string, "instanceUid": string, "instance": string, "kmsKey": string, "uid": string, "createTime": string, "totalBackupSizeBytes": string, "totalBackupCount": string, "lastBackupTime": string }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. Full resource path of the backup collection.  | 
              
instanceUid | 
                
                   
 Output only. The instance uid of the backup collection.  | 
              
instance | 
                
                   
 Output only. The full resource path of the instance the backup collection belongs to. Example: projects/{project}/locations/{location}/instances/{instance}  | 
              
kmsKey | 
                
                   
 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.  | 
              
createTime | 
                
                   
 Output only. The time when the backup collection 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:   | 
              
totalBackupSizeBytes | 
                
                   
 Output only. Total size of all backups in the backup collection.  | 
              
totalBackupCount | 
                
                   
 Output only. Total number of backups in the backup collection.  | 
              
lastBackupTime | 
                
                   
 Output only. The last time a backup was created in the backup collection. 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:   | 
              
Methods | 
            |
|---|---|
                
 | 
              Get a backup collection. | 
                
 | 
              Lists all backup collections owned by a consumer project in either the specified location (region) or all locations. |