Class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Overview

Schedule for an instance operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResourcePolicyInstanceSchedulePolicySchedule

Returns a new instance of ResourcePolicyInstanceSchedulePolicySchedule.



33770
33771
33772
# File 'lib/google/apis/compute_v1/classes.rb', line 33770

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#scheduleString

Specifies the frequency for the operation, using the unix-cron format. Corresponds to the JSON property schedule

Returns:

  • (String)


33768
33769
33770
# File 'lib/google/apis/compute_v1/classes.rb', line 33768

def schedule
  @schedule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



33775
33776
33777
# File 'lib/google/apis/compute_v1/classes.rb', line 33775

def update!(**args)
  @schedule = args[:schedule] if args.key?(:schedule)
end