Class: Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
- 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
-
#schedule ⇒ ::String
Specifies the frequency for the operation, using the unix-cron format.
Instance Attribute Details
#schedule ⇒ ::String
Returns Specifies the frequency for the operation, using the unix-cron format.
26753 26754 26755 26756 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26753 class ResourcePolicyInstanceSchedulePolicySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |