Class: Google::Cloud::Container::V1beta1::AutoIpamConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AutoIpamConfig
- 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
-
#enabled ⇒ ::Boolean
The flag that enables Auto IPAM on this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns 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 |