Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_run_start_time
def last_run_start_time() -> ::String
Returns
- (::String) — [Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
#last_run_start_time=
def last_run_start_time=(value) -> ::String
Parameter
- value (::String) — [Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
Returns
- (::String) — [Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
#next_run_start_time
def next_run_start_time() -> ::String
Returns
- (::String) — [Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
#next_run_start_time=
def next_run_start_time=(value) -> ::String
Parameter
- value (::String) — [Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
Returns
- (::String) — [Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.