Class: Google::Cloud::GkeBackup::V1::CreateRestoreRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The RestorePlan within which to create the Restore. Format: projects//locations//restorePlans/*.

Returns:

  • (::String)

    Required. The RestorePlan within which to create the Restore. Format: projects//locations//restorePlans/*



493
494
495
496
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 493

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

#restore::Google::Cloud::GkeBackup::V1::Restore

Returns Required. The restore resource to create.

Returns:



493
494
495
496
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 493

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

#restore_id::String

Returns Required. The client-provided short name for the Restore 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 Restores in this RestorePlan.

Returns:

  • (::String)

    Required. The client-provided short name for the Restore 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 Restores in this RestorePlan.


493
494
495
496
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 493

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