Class: Google::Cloud::GkeBackup::V1::CreateBackupPlanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::CreateBackupPlanRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for CreateBackupPlan.
Instance Attribute Summary collapse
-
#backup_plan ⇒ ::Google::Cloud::GkeBackup::V1::BackupPlan
Required.
-
#backup_plan_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#backup_plan ⇒ ::Google::Cloud::GkeBackup::V1::BackupPlan
Returns Required. The BackupPlan resource object to create.
73 74 75 76 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 73 class CreateBackupPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_plan_id ⇒ ::String
Returns 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.
73 74 75 76 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 73 class CreateBackupPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The location within which to create the BackupPlan.
Format: projects/*/locations/*
.
73 74 75 76 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 73 class CreateBackupPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |