Class ApplySoftwareUpdateRequest (1.4.1)

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

Request for ApplySoftwareUpdate.

Attributes

NameDescription
instance str
Required. Resource name of the Memcached instance for which software update should be applied.
node_ids Sequence[str]
Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.
apply_all bool
Whether to apply the update to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply software update to all nodes (where applicable) within the instance.

Inheritance

builtins.object > proto.message.Message > ApplySoftwareUpdateRequest