Class UpcomingMaintenance
Upcoming Maintenance notification information.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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
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 |