Class ApplyParametersRequest (1.4.3)

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 we should apply the instance-level parameter group.
apply_all bool
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.

Inheritance

builtins.object > proto.message.Message > ApplyParametersRequest