Class: Google::Cloud::Memcache::V1::ApplyParametersRequest

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

Overview

Request for ApplyParameters.

Instance Attribute Summary collapse

Instance Attribute Details

#apply_all::Boolean

Returns Whether to apply instance-level parameter group to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply parameter group updates to all nodes within the instance.

Returns:

  • (::Boolean)

    Whether to apply instance-level parameter group to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply parameter group updates to all nodes within the instance.



329
330
331
332
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 329

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

#name::String

Returns Required. Resource name of the Memcached instance for which parameter group updates should be applied.

Returns:

  • (::String)

    Required. Resource name of the Memcached instance for which parameter group updates should be applied.



329
330
331
332
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 329

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

#node_ids::Array<::String>

Returns Nodes to which we should apply the instance-level parameter group.

Returns:

  • (::Array<::String>)

    Nodes to which we should apply the instance-level parameter group.



329
330
331
332
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 329

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