Restore Args
data class RestoreArgs(val backup: Output<String>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val restoreId: Output<String>? = null, val restorePlanId: Output<String>? = null) : ConvertibleToJava<RestoreArgs>
Creates a new Restore for the given RestorePlan. Auto-naming is currently not supported for this resource.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Required. The client-provided short name for the Restore resource. This name must: - be between 1 and 63 characters long (inclusive) - consist of only lower-case ASCII letters, numbers, and dashes - start with a lower-case letter - end with a lower-case letter or number - be unique within the set of Restores in this RestorePlan.
Link copied to clipboard