Class: Google::Cloud::Compute::V1::ResourcePolicyHourlyCycle

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 hourly operations.

Instance Attribute Summary collapse

Instance Attribute Details

#duration::String

Returns [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

Returns:

  • (::String)

    [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.



20812
20813
20814
20815
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20812

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.

Returns:

  • (::Integer)

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



20812
20813
20814
20815
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20812

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.

Returns:

  • (::String)

    Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.



20812
20813
20814
20815
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20812

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