Class SimulateMaintenanceEventRequest
Request for SimulateMaintenanceEvent.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class SimulateMaintenanceEventRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkerIds
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.
Declaration
[JsonProperty("workerIds")]
public virtual IList<string> WorkerIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |