Class: Google::Cloud::Compute::V1::ResourcePolicyHourlyCycle
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyHourlyCycle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Time window specified for hourly operations.
Instance Attribute Summary collapse
-
#duration ⇒ ::String
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
-
#hours_in_cycle ⇒ ::Integer
Defines a schedule with units measured in hours.
-
#start_time ⇒ ::String
Time within the window to start the operations.
Instance Attribute Details
#duration ⇒ ::String
Returns [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
26723 26724 26725 26726 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26723 class ResourcePolicyHourlyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hours_in_cycle ⇒ ::Integer
Returns Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
26723 26724 26725 26726 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26723 class ResourcePolicyHourlyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
Returns Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
26723 26724 26725 26726 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26723 class ResourcePolicyHourlyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |