Show / Hide Table of Contents

Class UpcomingMaintenance

Upcoming Maintenance notification information.

Inheritance
object
UpcomingMaintenance
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.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class UpcomingMaintenance : IDirectResponseSchema

Properties

CanReschedule

Indicates if the maintenance can be customer triggered.

Declaration
[JsonProperty("canReschedule")]
public virtual bool? CanReschedule { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LatestWindowStartTime

The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.

Declaration
[JsonProperty("latestWindowStartTime")]
public virtual string LatestWindowStartTime { get; set; }
Property Value
Type Description
string

MaintenanceStatus

The status of the maintenance.

Declaration
[JsonProperty("maintenanceStatus")]
public virtual string MaintenanceStatus { get; set; }
Property Value
Type Description
string

Type

Defines the type of maintenance.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

WindowEndTime

The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.

Declaration
[JsonProperty("windowEndTime")]
public virtual string WindowEndTime { get; set; }
Property Value
Type Description
string

WindowStartTime

The current start time of the maintenance window. This timestamp value is in RFC3339 text format.

Declaration
[JsonProperty("windowStartTime")]
public virtual string WindowStartTime { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX