class Google::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus

Attributes

last_run_start_time[RW]
Output Only

The last time the schedule successfully ran. The timestamp is an

RFC3339 string. Corresponds to the JSON property `lastRunStartTime` @return [String]

next_run_start_time[RW]
Output Only

The next time the schedule is planned to run. The actual time

might be slightly different. The timestamp is an RFC3339 string. Corresponds to the JSON property `nextRunStartTime` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 27060
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 27065
def update!(**args)
  @last_run_start_time = args[:last_run_start_time] if args.key?(:last_run_start_time)
  @next_run_start_time = args[:next_run_start_time] if args.key?(:next_run_start_time)
end