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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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?

Date

[Output Only] The date when the maintenance will take place. This value is in RFC3339 text format. DEPRECATED: Use window_start_time instead.

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

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

MaintenanceOnShutdown

Indicates whether the UpcomingMaintenance will be triggered on VM shutdown.

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

MaintenanceReasons

The reasons for the maintenance. Only valid for vms.

Declaration
[JsonProperty("maintenanceReasons")]
public virtual IList<string> MaintenanceReasons { get; set; }
Property Value
Type Description
IList<string>

MaintenanceStatus

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

StartTimeWindow

[Output Only] The start time window of the maintenance disruption. DEPRECATED: Use window_start_time instead. TimeWindow is a container for two strings that represent timestamps in "yyyy-MM-dd'T'HH:mm:ssZ" text format.

Declaration
[JsonProperty("startTimeWindow")]
public virtual UpcomingMaintenanceTimeWindow StartTimeWindow { get; set; }
Property Value
Type Description
UpcomingMaintenanceTimeWindow

Time

[Output Only] The time when the maintenance will take place. This value is in RFC3339 text format. DEPRECATED: Use window_start_time instead.

Declaration
[JsonProperty("time")]
public virtual string Time { 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