Class: Google::Cloud::Container::V1::ScheduleUpgradeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ScheduleUpgradeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for scheduled upgrades on the cluster.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Whether or not scheduled upgrades are enabled.
8229 8230 8231 8232 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 8229 class ScheduleUpgradeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |