Class: Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicySchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A schedule for disks where the schedueled operations are performed.
Instance Attribute Summary collapse
- #daily_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyDailyCycle
- #hourly_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyHourlyCycle
- #weekly_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycle
Instance Attribute Details
#daily_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyDailyCycle
26850 26851 26852 26853 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26850 class ResourcePolicySnapshotSchedulePolicySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hourly_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyHourlyCycle
26850 26851 26852 26853 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26850 class ResourcePolicySnapshotSchedulePolicySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#weekly_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycle
26850 26851 26852 26853 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26850 class ResourcePolicySnapshotSchedulePolicySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |