Class: Google::Cloud::Container::V1beta1::DailyMaintenanceWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Time window specified for daily maintenance 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.



3331
3332
3333
3334
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3331

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

#start_time::String

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

Returns:

  • (::String)

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



3331
3332
3333
3334
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3331

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