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
30352 30353 30354 30355 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30352 class ResourcePolicyDailyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::String
30352 30353 30354 30355 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30352 class ResourcePolicyDailyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
30352 30353 30354 30355 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30352 class ResourcePolicyDailyCycle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |