Class: Google::Cloud::Container::V1beta1::Autopilot

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

Overview

Autopilot is the configuration for Autopilot settings on the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enable Autopilot.

Returns:

  • (::Boolean)

    Enable Autopilot



4803
4804
4805
4806
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4803

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