Class NodeGroupMaintenanceWindow
Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.
Inheritance
System.Object
NodeGroupMaintenanceWindow
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NodeGroupMaintenanceWindow : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaintenanceDuration
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
Declaration
[JsonProperty("maintenanceDuration")]
public virtual Duration MaintenanceDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
StartTime
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |