Class: Google::Cloud::GkeBackup::V1::CreateBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::CreateBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for CreateBackup.
Instance Attribute Summary collapse
-
#backup ⇒ ::Google::Cloud::GkeBackup::V1::Backup
Optional.
-
#backup_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#backup ⇒ ::Google::Cloud::GkeBackup::V1::Backup
Returns Optional. The Backup resource to create.
193 194 195 196 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 193 class CreateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_id ⇒ ::String
Returns Optional. The client-provided short name for the Backup 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 Backups in this BackupPlan.
193 194 195 196 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 193 class CreateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The BackupPlan within which to create the Backup.
Format: projects/*/locations/*/backupPlans/*
.
193 194 195 196 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 193 class CreateBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |