public sealed class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus : IMessage<ResourcePolicyResourceStatusInstanceSchedulePolicyStatus>, IEquatable<ResourcePolicyResourceStatusInstanceSchedulePolicyStatus>, IDeepCloneable<ResourcePolicyResourceStatusInstanceSchedulePolicyStatus>, IBufferMessage, IMessageImplements
IMessageResourcePolicyResourceStatusInstanceSchedulePolicyStatus, IEquatableResourcePolicyResourceStatusInstanceSchedulePolicyStatus, IDeepCloneableResourcePolicyResourceStatusInstanceSchedulePolicyStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourcePolicyResourceStatusInstanceSchedulePolicyStatus()
public ResourcePolicyResourceStatusInstanceSchedulePolicyStatus()ResourcePolicyResourceStatusInstanceSchedulePolicyStatus(ResourcePolicyResourceStatusInstanceSchedulePolicyStatus)
public ResourcePolicyResourceStatusInstanceSchedulePolicyStatus(ResourcePolicyResourceStatusInstanceSchedulePolicyStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourcePolicyResourceStatusInstanceSchedulePolicyStatus |
Properties
HasLastRunStartTime
public bool HasLastRunStartTime { get; }Gets whether the "last_run_start_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasNextRunStartTime
public bool HasNextRunStartTime { get; }Gets whether the "next_run_start_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LastRunStartTime
public string LastRunStartTime { get; set; }[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NextRunStartTime
public string NextRunStartTime { get; set; }[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
| Property Value | |
|---|---|
| Type | Description |
string |
|