BackupArgs

data class BackupArgs(val backupId: Output<String>? = null, val description: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val serviceId: Output<String>? = null) : ConvertibleToJava<BackupArgs>

Creates a new backup in a given project and location.

Constructors

Link copied to clipboard
fun BackupArgs(backupId: Output<String>? = null, description: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, serviceId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BackupArgs

Properties

Link copied to clipboard
val backupId: Output<String>? = null

Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.

Link copied to clipboard
val description: Output<String>? = null

The description of the backup.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val requestId: Output<String>? = null

Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.

Link copied to clipboard
val serviceId: Output<String>? = null