Show / Hide Table of Contents

Class OneTimeSchedule

Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.

Inheritance
object
OneTimeSchedule
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.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX