Backup Args
data class BackupArgs(val backupId: Output<String>? = null, val description: Output<String>? = null, val kmsKeyName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val sourceFileShare: Output<String>? = null, val sourceInstance: Output<String>? = null) : ConvertibleToJava<BackupArgs>
Creates a backup. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(backupId: Output<String>? = null, description: Output<String>? = null, kmsKeyName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, sourceFileShare: Output<String>? = null, sourceInstance: Output<String>? = null)
Properties
Link copied to clipboard
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
Immutable. KMS key name used for data encryption.
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.