Class: Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Schedule for an instance operation.

Instance Attribute Summary collapse

Instance Attribute Details

#schedule::String

Returns Specifies the frequency for the operation, using the unix-cron format.

Returns:

  • (::String)

    Specifies the frequency for the operation, using the unix-cron format.



20842
20843
20844
20845
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20842

class ResourcePolicyInstanceSchedulePolicySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end