Class: Google::Cloud::Container::V1beta1::ServiceExternalIPsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ServiceExternalIPsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Config to block services with externalIPs field.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether Services with ExternalIPs field are allowed or not.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether Services with ExternalIPs field are allowed or not.
4350 4351 4352 4353 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4350 class ServiceExternalIPsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |