Show / Hide Table of Contents

Class WaveSchedule

WaveSchedule represents the schedule of a single rollout wave.

Inheritance
object
WaveSchedule
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.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class WaveSchedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

WaveEndTime

object representation of WaveEndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use WaveEndTimeDateTimeOffset instead.")]
public virtual object WaveEndTime { get; set; }
Property Value
Type Description
object

WaveEndTimeDateTimeOffset

DateTimeOffset representation of WaveEndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? WaveEndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

WaveEndTimeRaw

Output only. The time at which the wave ends.

Declaration
[JsonProperty("waveEndTime")]
public virtual string WaveEndTimeRaw { get; set; }
Property Value
Type Description
string

WaveNumber

Output only. The wave number to which this schedule applies.

Declaration
[JsonProperty("waveNumber")]
public virtual int? WaveNumber { get; set; }
Property Value
Type Description
int?

WaveStartTime

object representation of WaveStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use WaveStartTimeDateTimeOffset instead.")]
public virtual object WaveStartTime { get; set; }
Property Value
Type Description
object

WaveStartTimeDateTimeOffset

DateTimeOffset representation of WaveStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? WaveStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

WaveStartTimeRaw

Output only. The time at which the wave starts.

Declaration
[JsonProperty("waveStartTime")]
public virtual string WaveStartTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX