Class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Inheritance
System.Object
ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |