GetBackupResult

data class GetBackupResult(val capacityGb: String, val createTime: String, val description: String, val downloadBytes: String, val kmsKeyName: String, val labels: Map<String, String>, val name: String, val satisfiesPzs: Boolean, val sourceFileShare: String, val sourceInstance: String, val sourceInstanceTier: String, val state: String, val storageBytes: String)

Constructors

Link copied to clipboard
fun GetBackupResult(capacityGb: String, createTime: String, description: String, downloadBytes: String, kmsKeyName: String, labels: Map<String, String>, name: String, satisfiesPzs: Boolean, sourceFileShare: String, sourceInstance: String, sourceInstanceTier: String, state: String, storageBytes: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Capacity of the source file share when the backup was created.

Link copied to clipboard

The time when the backup was created.

Link copied to clipboard

A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.

Link copied to clipboard

Amount of bytes that will be downloaded if the backup is restored

Link copied to clipboard

Immutable. KMS key name used for data encryption.

Link copied to clipboard

Resource labels to represent user provided metadata.

Link copied to clipboard

The resource name of the backup, in the format projects/{project_id}/locations/{location_id}/backups/{backup_id}.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Name of the file share in the source Filestore instance that the backup is created from.

Link copied to clipboard

The resource name of the source Filestore instance, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}, used to create this backup.

Link copied to clipboard

The service tier of the source Filestore instance that this backup is created from.

Link copied to clipboard

The backup state.

Link copied to clipboard

The size of the storage used by the backup. As backups share storage, this number is expected to change with backup creation/deletion.