Class: Google::Cloud::Container::V1::MaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::MaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
MaintenanceWindow defines the maintenance window to be used for the cluster.
Defined Under Namespace
Classes: MaintenanceExclusionsEntry
Instance Attribute Summary collapse
-
#daily_maintenance_window ⇒ ::Google::Cloud::Container::V1::DailyMaintenanceWindow
DailyMaintenanceWindow specifies a daily maintenance operation window.
-
#maintenance_exclusions ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Container::V1::TimeWindow}
Exceptions to maintenance window.
-
#recurring_window ⇒ ::Google::Cloud::Container::V1::RecurringTimeWindow
RecurringWindow specifies some number of recurring time periods for maintenance to occur.
Instance Attribute Details
#daily_maintenance_window ⇒ ::Google::Cloud::Container::V1::DailyMaintenanceWindow
Returns DailyMaintenanceWindow specifies a daily maintenance operation window.
4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4016 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Container::V1::TimeWindow] class MaintenanceExclusionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#maintenance_exclusions ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Container::V1::TimeWindow}
Returns Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4016 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Container::V1::TimeWindow] class MaintenanceExclusionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#recurring_window ⇒ ::Google::Cloud::Container::V1::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.
4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4016 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Container::V1::TimeWindow] class MaintenanceExclusionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |