Class: Google::Cloud::Container::V1::ControlPlaneEndpointsConfig::DNSEndpointConfig

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

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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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