Show / Hide Table of Contents

Class PeriodicPartialMaintenanceSchedule

The periodic partial maintenance schedule includes 52 weeks worth of maintenance windows. LINT.IfChange(PeriodicPartialMaintenanceSchedule)

Inheritance
object
PeriodicPartialMaintenanceSchedule
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 PeriodicPartialMaintenanceSchedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SubType

The maintenance type in which the zone is during the given window.

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

TargetResource

The target resource that the maintenance window is for. For example, "projects/my-project/zones/us-central1-a".

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

Type

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

WindowEndTime

The end civil timestamp of the window (not inclusive). This contains a time zone.

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

WindowStartTime

The start civil timestamp of the window. This contains a time zone.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX