class Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule
Schedule for an instance operation.
Attributes
schedule[RW]
Specifies the frequency for the operation, using the unix-cron format. Corresponds to the JSON property `schedule` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 28428 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_beta/classes.rb, line 28433 def update!(**args) @schedule = args[:schedule] if args.key?(:schedule) end