Compute Engine v1 API - Class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus (2.15.0)

public sealed class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus : IMessage<ResourcePolicyResourceStatusInstanceSchedulePolicyStatus>, IEquatable<ResourcePolicyResourceStatusInstanceSchedulePolicyStatus>, IDeepCloneable<ResourcePolicyResourceStatusInstanceSchedulePolicyStatus>, IBufferMessage, IMessage

Inheritance

object > ResourcePolicyResourceStatusInstanceSchedulePolicyStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ResourcePolicyResourceStatusInstanceSchedulePolicyStatus()

public ResourcePolicyResourceStatusInstanceSchedulePolicyStatus()

ResourcePolicyResourceStatusInstanceSchedulePolicyStatus(ResourcePolicyResourceStatusInstanceSchedulePolicyStatus)

public ResourcePolicyResourceStatusInstanceSchedulePolicyStatus(ResourcePolicyResourceStatusInstanceSchedulePolicyStatus other)
Parameter
NameDescription
otherResourcePolicyResourceStatusInstanceSchedulePolicyStatus

Properties

HasLastRunStartTime

public bool HasLastRunStartTime { get; }

Gets whether the "last_run_start_time" field is set

Property Value
TypeDescription
bool

HasNextRunStartTime

public bool HasNextRunStartTime { get; }

Gets whether the "next_run_start_time" field is set

Property Value
TypeDescription
bool

LastRunStartTime

public string LastRunStartTime { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
string