Class: Google::Cloud::OsConfig::V1::OneTimeSchedule
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::OneTimeSchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.
Instance Attribute Summary collapse
Instance Attribute Details
#execute_time ⇒ ::Google::Protobuf::Timestamp
Returns Required. The desired patch job execution time.
97 98 99 100 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 97 class OneTimeSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |