Backup Args
data class BackupArgs(val backupId: Output<String>? = null, val description: Output<String>? = null, val kmsKey: 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
fun BackupArgs(backupId: Output<String>? = null, description: Output<String>? = null, kmsKey: 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)
Functions
Properties
Link copied to clipboard
Required. The ID to use for the backup. The ID must be unique within the specified project and location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.