Class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |