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.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

Required. The desired patch job execution time.

Declaration
[JsonProperty("executeTime")]
public virtual object ExecuteTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX