Class: Google::Cloud::Container::V1beta1::ScheduleUpgradeConfig

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

Overview

Configuration for scheduled upgrades on the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Optional. Whether or not scheduled upgrades are enabled.

Returns:

  • (::Boolean)

    Optional. Whether or not scheduled upgrades are enabled.



8992
8993
8994
8995
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8992

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