Show / Hide Table of Contents

Class SimulateMaintenanceEventRequest

Request for SimulateMaintenanceEvent.

Inheritance
object
SimulateMaintenanceEventRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX