Class: Google::Cloud::Compute::V1::ResourcePolicyDailyCycle
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyDailyCycle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Time window specified for daily operations.
Instance Attribute Summary collapse
-
#days_in_cycle ⇒ ::Integer
Defines a schedule with units measured in days.
-
#duration ⇒ ::String
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
-
#start_time ⇒ ::String
Start time of the window.
Instance Attribute Details
#days_in_cycle ⇒ ::Integer
Returns Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.
26676 26677 26678 26679 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26676 class ResourcePolicyDailyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::String
Returns [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
26676 26677 26678 26679 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26676 class ResourcePolicyDailyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
Returns Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
26676 26677 26678 26679 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26676 class ResourcePolicyDailyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |