Class: Google::Cloud::Container::V1beta1::AutoIpamConfig

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

Overview

AutoIpamConfig contains all information related to Auto IPAM

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns The flag that enables Auto IPAM on this cluster.

Returns:

  • (::Boolean)

    The flag that enables Auto IPAM on this cluster



3659
3660
3661
3662
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3659

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