Backup

class Backup : KotlinCustomResource

Creates a new backup in a given project and location.

Properties

Link copied to clipboard
val backupId: Output<String>

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 createTime: Output<String>

The time when the backup was started.

Link copied to clipboard
val description: Output<String>

The description of the backup.

Link copied to clipboard
val endTime: Output<String>

The time when the backup finished creating.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

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

Services that are restoring from the backup.

Link copied to clipboard
val serviceId: Output<String>
Link copied to clipboard

The revision of the service at the time of backup.

Link copied to clipboard
val state: Output<String>

The current state of the backup.

Link copied to clipboard
val urn: Output<String>