Snapshot

class Snapshot : KotlinCustomResource

Creates a snapshot. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The time when the snapshot was created.

Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard

The amount of bytes needed to allocate a full copy of the snapshot content

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Resource labels to represent user provided metadata.

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

The resource name of the snapshot, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_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 snapshotId: Output<String>

Required. The ID to use for the snapshot. The ID must be unique within the specified instance. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Link copied to clipboard
val state: Output<String>

The snapshot state.

Link copied to clipboard
val urn: Output<String>