Class: Google::Cloud::Memcache::V1beta2::ApplyParametersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/memcache/v1beta2/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, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.

Returns:

  • (::Boolean)

    Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.



435
436
437
438
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 435

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.



435
436
437
438
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 435

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

#node_ids::Array<::String>

Returns Nodes to which the instance-level parameter group is applied.

Returns:

  • (::Array<::String>)

    Nodes to which the instance-level parameter group is applied.



435
436
437
438
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 435

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