Class: Google::Cloud::EdgeContainer::V1::Cluster::SystemAddonsConfig::VMServiceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::Cluster::SystemAddonsConfig::VMServiceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
VMServiceConfig defines the configuration for GDCE VM Service.
Instance Attribute Summary collapse
-
#vmm_enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#vmm_enabled ⇒ ::Boolean
Returns Optional. Whether VMM is enabled.
220 221 222 223 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 220 class VMServiceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |