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, will explicitly restrict users from specifying any nodes, and apply parameter group updates to 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, 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.
#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 we should apply the instance-level parameter group.
#node_ids=
def node_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.