Class ApplyParametersRequest (1.5.0)

ApplyParametersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for ApplyParameters.

Attributes

NameDescription
name str
Required. Resource name of the Memcached instance for which parameter group updates should be applied.
node_ids MutableSequence[str]
Nodes to which the instance-level parameter group is applied.
apply_all bool
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.