Show / Hide Table of Contents

Class TimeWindow

Represents the time window to perform upgrade activities.

Inheritance
object
TimeWindow
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX