class Google::Apis::ComputeV1::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_v1/classes.rb, line 29148
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_v1/classes.rb, line 29153
def update!(**args)
  @schedule = args[:schedule] if args.key?(:schedule)
end