Class CreateRestorePlanRequest (0.2.1)

CreateRestorePlanRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateRestorePlan.

Attributes

NameDescription
parent str
Required. The location within which to create the RestorePlan. Format: ``projects/*/locations/*``
restore_plan google.cloud.gke_backup_v1.types.RestorePlan
Required. The RestorePlan resource object to create.
restore_plan_id str
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

Inheritance

builtins.object > proto.message.Message > CreateRestorePlanRequest