Class: Google::Cloud::Memorystore::V1::BackupInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/memorystore/v1/memorystore.rb

Overview

Request for [BackupInstance].

Instance Attribute Summary collapse

Instance Attribute Details

#backup_id::String

Returns Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Instance UID] is used.

Returns:

  • (::String)

    Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Instance UID] is used.



1233
1234
1235
1236
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1233

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

#name::String

Returns Required. Instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a Google Cloud region.

Returns:

  • (::String)

    Required. Instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a Google Cloud region.



1233
1234
1235
1236
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1233

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

#ttl::Google::Protobuf::Duration

Returns Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.

Returns:

  • (::Google::Protobuf::Duration)

    Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.



1233
1234
1235
1236
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1233

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