Restore Plan Args
data class RestorePlanArgs(val backupPlan: Output<String>? = null, val cluster: 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 restoreConfig: Output<RestoreConfigArgs>? = null, val restorePlanId: Output<String>? = null) : ConvertibleToJava<RestorePlanArgs>
Creates a new RestorePlan in a given location. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(backupPlan: Output<String>? = null, cluster: Output<String>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, restoreConfig: Output<RestoreConfigArgs>? = null, restorePlanId: Output<String>? = null)
Properties
Link copied to clipboard
Immutable. A reference to the BackupPlan from which Backups may be used as the source for Restores created via this RestorePlan. Format: projects/*/locations/*/backupPlans/*
.
Link copied to clipboard
Link copied to clipboard
User specified descriptive string for this RestorePlan.
Link copied to clipboard
Configuration of Restores created via this RestorePlan.
Link copied to clipboard
Required. The client-provided short name for the RestorePlan 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 RestorePlans in this location ////////*/