Class: Google::Cloud::Container::V1beta1::ServiceExternalIPsConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Whether Services with ExternalIPs field are allowed or not.

Returns:

  • (::Boolean)

    Whether Services with ExternalIPs field are allowed or not.



4282
4283
4284
4285
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4282

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