Class: Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycle
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Time window specified for weekly operations.
Instance Attribute Summary collapse
-
#day_of_weeks ⇒ ::Array<::Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycleDayOfWeek>
Up to 7 intervals/windows, one for each day of the week.
Instance Attribute Details
#day_of_weeks ⇒ ::Array<::Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycleDayOfWeek>
Returns Up to 7 intervals/windows, one for each day of the week.
26886 26887 26888 26889 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26886 class ResourcePolicyWeeklyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |