Class: Google::Cloud::Container::V1beta1::MaintenanceWindow

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

Overview

MaintenanceWindow defines the maintenance window to be used for the cluster.

Defined Under Namespace

Classes: MaintenanceExclusionsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#daily_maintenance_window::Google::Cloud::Container::V1beta1::DailyMaintenanceWindow

Returns DailyMaintenanceWindow specifies a daily maintenance operation window.

Returns:



2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2045

class MaintenanceWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Container::V1beta1::TimeWindow]
  class MaintenanceExclusionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#maintenance_exclusions::Google::Protobuf::Map{::String => ::Google::Cloud::Container::V1beta1::TimeWindow}

Returns Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.

Returns:



2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2045

class MaintenanceWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Container::V1beta1::TimeWindow]
  class MaintenanceExclusionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#recurring_window::Google::Cloud::Container::V1beta1::RecurringTimeWindow

Returns RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.

Returns:



2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2045

class MaintenanceWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Container::V1beta1::TimeWindow]
  class MaintenanceExclusionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end