Google Cloud Memorystore for Memcached V1 API - Class Google::Cloud::Memcache::V1::ApplyParametersRequest (v0.9.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API class Google::Cloud::Memcache::V1::ApplyParametersRequest.

Request for ApplyParameters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#apply_all

def apply_all() -> ::Boolean
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.

#apply_all=

def apply_all=(value) -> ::Boolean
Parameter
  • value (::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.
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.

#name

def name() -> ::String
Returns
  • (::String) — Required. Resource name of the Memcached instance for which parameter group updates should be applied.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.

#node_ids

def node_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — Nodes to which the instance-level parameter group is applied.

#node_ids=

def node_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Nodes to which the instance-level parameter group is applied.
Returns
  • (::Array<::String>) — Nodes to which the instance-level parameter group is applied.