Class OneTimeSchedule
Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class OneTimeSchedule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecuteTime
object representation of ExecuteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExecuteTimeDateTimeOffset instead.")]
public virtual object ExecuteTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExecuteTimeDateTimeOffset
DateTimeOffset representation of ExecuteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExecuteTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExecuteTimeRaw
Required. The desired patch job execution time.
Declaration
[JsonProperty("executeTime")]
public virtual string ExecuteTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |