Class: Google::Cloud::GkeBackup::V1::CreateRestorePlanRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



369
370
371
372
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 369

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

#restore_plan::Google::Cloud::GkeBackup::V1::RestorePlan

Returns Required. The RestorePlan resource object to create.

Returns:



369
370
371
372
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 369

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

#restore_plan_id::String

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

Returns:

  • (::String)

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


369
370
371
372
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 369

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