Class: Google::Apis::OsconfigV1beta::OneTimeSchedule
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1beta::OneTimeSchedule
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/osconfig_v1beta/classes.rb,
generated/google/apis/osconfig_v1beta/representations.rb,
generated/google/apis/osconfig_v1beta/representations.rb
Overview
Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.
Instance Attribute Summary collapse
-
#execute_time ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OneTimeSchedule
constructor
A new instance of OneTimeSchedule.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OneTimeSchedule
Returns a new instance of OneTimeSchedule.
1274 1275 1276 |
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1274 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execute_time ⇒ String
Required. The desired patch job execution time.
Corresponds to the JSON property executeTime
1272 1273 1274 |
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1272 def execute_time @execute_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1279 1280 1281 |
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1279 def update!(**args) @execute_time = args[:execute_time] if args.key?(:execute_time) end |