Show / Hide Table of Contents

Class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus

Inheritance
object
ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LastRunStartTime

[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.

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

NextRunStartTime

[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX