Google Cloud Memorystore for Memcached V1 API - Class Google::Cloud::Memcache::V1::ApplyParametersRequest (v1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
defapply_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
ApplyParametersupdates all nodes within the instance.
#apply_all=
defapply_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
ApplyParametersupdates 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
ApplyParametersupdates all nodes within the instance.
#name
defname()->::String
Returns
- (::String) — Required. Resource name of the Memcached instance for which parameter group updates should be applied.
#name=
defname=(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
defnode_ids()->::Array<::String>
Returns
- (::Array<::String>) — Nodes to which the instance-level parameter group is applied.
#node_ids=
defnode_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.