Class TimeWindow
Represents the time window to perform upgrade activities.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class TimeWindow : IDirectResponseSchema
Properties
DayOfWeek
Required. Day of the week for this window.
Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
string |
Duration
Required. The duration of the window. The max allowed duration for any window is 24 hours.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Required. Time in UTC when the window starts.
Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |