Class GetMaintenanceInfoResponse
Response for GetMaintenanceInfo.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class GetMaintenanceInfoResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeUpcomingMaintenances
The list of upcoming maintenance entries.
Declaration
[JsonProperty("nodeUpcomingMaintenances")]
public virtual IList<NodeUpcomingMaintenanceInfo> NodeUpcomingMaintenances { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<NodeUpcomingMaintenanceInfo> |