Class: Google::Cloud::GkeBackup::V1::CreateBackupRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#backup::Google::Cloud::GkeBackup::V1::Backup

Returns The Backup resource to create.

Returns:



192
193
194
195
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 192

class CreateBackupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#backup_id::String

Returns 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.

Returns:

  • (::String)

    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


192
193
194
195
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 192

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/*.

Returns:

  • (::String)

    Required. The BackupPlan within which to create the Backup. Format: projects//locations//backupPlans/*



192
193
194
195
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 192

class CreateBackupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end