Class: Google::Cloud::Container::V1::ControlPlaneEndpointsConfig::DNSEndpointConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ControlPlaneEndpointsConfig::DNSEndpointConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Describes the configuration of a DNS endpoint.
Instance Attribute Summary collapse
-
#allow_external_traffic ⇒ ::Boolean
Controls whether user traffic is allowed over this endpoint.
-
#endpoint ⇒ ::String
readonly
Output only.
Instance Attribute Details
#allow_external_traffic ⇒ ::Boolean
Returns Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.
5993 5994 5995 5996 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5993 class DNSEndpointConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String (readonly)
Returns Output only. The cluster's DNS endpoint configuration. A DNS format address. This is accessible from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may change according to the value of DNSEndpointConfig.allow_external_traffic.
5993 5994 5995 5996 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5993 class DNSEndpointConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |