Class: Google::Cloud::Container::V1beta1::VirtualNIC
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::VirtualNIC
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration of gVNIC feature.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether gVNIC features are enabled in the node pool.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether gVNIC features are enabled in the node pool.
4691 4692 4693 4694 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4691 class VirtualNIC include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |