Class DailyMaintenanceWindow
Time window specified for daily maintenance operations.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class DailyMaintenanceWindow : IDirectResponseSchemaProperties
Duration
Output only. Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
Declaration
[JsonProperty("duration")]
public virtual string Duration { 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 | 
StartTime
Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }Property Value
| Type | Description | 
|---|---|
| string |