Snapshot Args
data class SnapshotArgs(val description: Output<String>? = null, val instanceId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val snapshotId: Output<String>? = null) : ConvertibleToJava<SnapshotArgs>
Creates a snapshot. Auto-naming is currently not supported for this resource.
Constructors
Properties
Link copied to clipboard
A description of the snapshot with 2048 characters or less. Requests with longer descriptions will be rejected.
Link copied to clipboard
Link copied to clipboard
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.