Class: Google::Cloud::Compute::V1::ResourcePolicyDailyCycle

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#days_in_cycle::Integer

Returns Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.

Returns:

  • (::Integer)

    Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.



20771
20772
20773
20774
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20771

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.

Returns:

  • (::String)

    [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.



20771
20772
20773
20774
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20771

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.

Returns:

  • (::String)

    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.



20771
20772
20773
20774
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20771

class ResourcePolicyDailyCycle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end