Class ApplyParametersRequest (1.4.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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > ApplyParametersRequest