Class: Google::Cloud::GkeBackup::V1::CreateBackupPlanRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan::Google::Cloud::GkeBackup::V1::BackupPlan

Returns Required. The BackupPlan resource object to create.

Returns:



72
73
74
75
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 72

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.

Returns:

  • (::String)

    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


72
73
74
75
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 72

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

Returns:

  • (::String)

    Required. The location within which to create the BackupPlan. Format: projects//locations/



72
73
74
75
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 72

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