Class Schedule
Schedule for the upgrade.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class Schedule : IDirectResponseSchema
Properties
Constraints
Output only. Output Only. Constraints applied to the schedule. These constraints should be applicable at the time of any rescheduling.
Declaration
[JsonProperty("constraints")]
public virtual Constraints Constraints { get; set; }
Property Value
Type | Description |
---|---|
Constraints |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EditWindow
Output only. Output Only. The schedule is open for edits during this time interval or window.
Declaration
[JsonProperty("editWindow")]
public virtual Interval EditWindow { get; set; }
Property Value
Type | Description |
---|---|
Interval |
LastEditor
Output only. Output Only. Indicates who most recently edited the upgrade schedule. The value is updated whenever the upgrade is rescheduled.
Declaration
[JsonProperty("lastEditor")]
public virtual string LastEditor { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Required. The scheduled start time for the upgrade.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
WeeklyWindows
Required. Weekly time windows for upgrade activities. The server performs upgrade activities during these time windows to minimize disruptions.
Declaration
[JsonProperty("weeklyWindows")]
public virtual IList<TimeWindow> WeeklyWindows { get; set; }
Property Value
Type | Description |
---|---|
IList<TimeWindow> |