Class: Google::Cloud::Compute::V1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#last_run_start_time ⇒ ::String
[Output Only] The last time the schedule successfully ran.
-
#next_run_start_time ⇒ ::String
[Output Only] The next time the schedule is planned to run.
Instance Attribute Details
#last_run_start_time ⇒ ::String
Returns [Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
26798 26799 26800 26801 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26798 class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_run_start_time ⇒ ::String
Returns [Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
26798 26799 26800 26801 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26798 class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |