CreateBackupPlanRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateBackupPlan.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The location within which to create the BackupPlan. Format: projects/*/locations/*
|
backup_plan |
google.cloud.gke_backup_v1.types.BackupPlan
Required. The BackupPlan resource object to create. |
backup_plan_id |
str
Required. The client-provided short name for the BackupPlan 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 BackupPlans in this location |