Class SimulateMaintenanceEventRequest (1.18.2)

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

Request for SimulateMaintenanceEvent.

Attributes

NameDescription
name str
Required. The resource name.
worker_ids MutableSequence[str]
The 0-based worker ID. If it is empty, worker ID 0 will be selected for maintenance event simulation. A maintenance event will only be fired on the first specified worker ID. Future implementations may support firing on multiple workers.