Uses of Interface
io.envoyproxy.envoy.api.v2.core.AddressOrBuilder
-
-
Uses of AddressOrBuilder in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderHostStatus.Builder. getAddressOrBuilder()Address of this host.AddressOrBuilderHostStatus. getAddressOrBuilder()Address of this host.AddressOrBuilderHostStatusOrBuilder. getAddressOrBuilder()Address of this host.AddressOrBuilderListenerStatus.Builder. getLocalAddressOrBuilder()The actual local address that the listener is listening on.AddressOrBuilderListenerStatus. getLocalAddressOrBuilder()The actual local address that the listener is listening on.AddressOrBuilderListenerStatusOrBuilder. getLocalAddressOrBuilder()The actual local address that the listener is listening on. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderListener.Builder. getAddressOrBuilder()The address that the listener should listen on.AddressOrBuilderListener. getAddressOrBuilder()The address that the listener should listen on.AddressOrBuilderListenerOrBuilder. getAddressOrBuilder()The address that the listener should listen on.AddressOrBuilderCluster.Builder. getDnsResolversOrBuilder(int index)If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.AddressOrBuilderCluster. getDnsResolversOrBuilder(int index)If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.AddressOrBuilderClusterOrBuilder. getDnsResolversOrBuilder(int index)If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.AddressOrBuilderCluster.Builder. getHostsOrBuilder(int index)Deprecated.AddressOrBuilderCluster. getHostsOrBuilder(int index)Deprecated.AddressOrBuilderClusterOrBuilder. getHostsOrBuilder(int index)Deprecated.AddressOrBuilderUpstreamBindConfig.Builder. getSourceAddressOrBuilder()The address Envoy should bind to when establishing upstream connections.AddressOrBuilderUpstreamBindConfig. getSourceAddressOrBuilder()The address Envoy should bind to when establishing upstream connections.AddressOrBuilderUpstreamBindConfigOrBuilder. getSourceAddressOrBuilder()The address Envoy should bind to when establishing upstream connections.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description List<? extends AddressOrBuilder>Cluster.Builder. getDnsResolversOrBuilderList()If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.List<? extends AddressOrBuilder>Cluster. getDnsResolversOrBuilderList()If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.List<? extends AddressOrBuilder>ClusterOrBuilder. getDnsResolversOrBuilderList()If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.List<? extends AddressOrBuilder>Cluster.Builder. getHostsOrBuilderList()Deprecated.List<? extends AddressOrBuilder>Cluster. getHostsOrBuilderList()Deprecated.List<? extends AddressOrBuilder>ClusterOrBuilder. getHostsOrBuilderList()Deprecated. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.api.v2.core
Classes in io.envoyproxy.envoy.api.v2.core that implement AddressOrBuilder Modifier and Type Class Description classAddressAddresses specify either a logical or physical address and port, which are used to tell Envoy where to bind/listen, connect to upstream and find management servers.static classAddress.BuilderAddresses specify either a logical or physical address and port, which are used to tell Envoy where to bind/listen, connect to upstream and find management servers.Methods in io.envoyproxy.envoy.api.v2.core that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderNode.Builder. getListeningAddressesOrBuilder(int index)Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.AddressOrBuilderNode. getListeningAddressesOrBuilder(int index)Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.AddressOrBuilderNodeOrBuilder. getListeningAddressesOrBuilder(int index)Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type AddressOrBuilder Modifier and Type Method Description List<? extends AddressOrBuilder>Node.Builder. getListeningAddressesOrBuilderList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.List<? extends AddressOrBuilder>Node. getListeningAddressesOrBuilderList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.List<? extends AddressOrBuilder>NodeOrBuilder. getListeningAddressesOrBuilderList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderEndpoint.Builder. getAddressOrBuilder()The upstream host address. .. attention:: The form of host address depends on the given cluster type.AddressOrBuilderEndpoint. getAddressOrBuilder()The upstream host address. .. attention:: The form of host address depends on the given cluster type.AddressOrBuilderEndpointOrBuilder. getAddressOrBuilder()The upstream host address. .. attention:: The form of host address depends on the given cluster type.AddressOrBuilderUpstreamEndpointStats.Builder. getAddressOrBuilder()Upstream host address.AddressOrBuilderUpstreamEndpointStats. getAddressOrBuilder()Upstream host address.AddressOrBuilderUpstreamEndpointStatsOrBuilder. getAddressOrBuilder()Upstream host address. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderAdmin.Builder. getAddressOrBuilder()The TCP address that the administration server will listen on.AddressOrBuilderAdmin. getAddressOrBuilder()The TCP address that the administration server will listen on.AddressOrBuilderAdminOrBuilder. getAddressOrBuilder()The TCP address that the administration server will listen on. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.metrics.v2
Methods in io.envoyproxy.envoy.config.metrics.v2 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderDogStatsdSink.Builder. getAddressOrBuilder()The UDP address of a running DogStatsD compliant listener.AddressOrBuilderDogStatsdSink. getAddressOrBuilder()The UDP address of a running DogStatsD compliant listener.AddressOrBuilderDogStatsdSinkOrBuilder. getAddressOrBuilder()The UDP address of a running DogStatsD compliant listener.AddressOrBuilderStatsdSink.Builder. getAddressOrBuilder()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.AddressOrBuilderStatsdSink. getAddressOrBuilder()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.AddressOrBuilderStatsdSinkOrBuilder. getAddressOrBuilder()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.data.accesslog.v2
Methods in io.envoyproxy.envoy.data.accesslog.v2 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderAccessLogCommon.Builder. getDownstreamDirectRemoteAddressOrBuilder()This field is the downstream direct remote address on which the request from the user was received.AddressOrBuilderAccessLogCommon. getDownstreamDirectRemoteAddressOrBuilder()This field is the downstream direct remote address on which the request from the user was received.AddressOrBuilderAccessLogCommonOrBuilder. getDownstreamDirectRemoteAddressOrBuilder()This field is the downstream direct remote address on which the request from the user was received.AddressOrBuilderAccessLogCommon.Builder. getDownstreamLocalAddressOrBuilder()This field is the local/destination address on which the request from the user was received.AddressOrBuilderAccessLogCommon. getDownstreamLocalAddressOrBuilder()This field is the local/destination address on which the request from the user was received.AddressOrBuilderAccessLogCommonOrBuilder. getDownstreamLocalAddressOrBuilder()This field is the local/destination address on which the request from the user was received.AddressOrBuilderAccessLogCommon.Builder. getDownstreamRemoteAddressOrBuilder()This field is the remote/origin address on which the request from the user was received.AddressOrBuilderAccessLogCommon. getDownstreamRemoteAddressOrBuilder()This field is the remote/origin address on which the request from the user was received.AddressOrBuilderAccessLogCommonOrBuilder. getDownstreamRemoteAddressOrBuilder()This field is the remote/origin address on which the request from the user was received.AddressOrBuilderAccessLogCommon.Builder. getUpstreamLocalAddressOrBuilder()The upstream local/origin address that handles this exchange.AddressOrBuilderAccessLogCommon. getUpstreamLocalAddressOrBuilder()The upstream local/origin address that handles this exchange.AddressOrBuilderAccessLogCommonOrBuilder. getUpstreamLocalAddressOrBuilder()The upstream local/origin address that handles this exchange.AddressOrBuilderAccessLogCommon.Builder. getUpstreamRemoteAddressOrBuilder()The upstream remote/destination address that handles this exchange.AddressOrBuilderAccessLogCommon. getUpstreamRemoteAddressOrBuilder()The upstream remote/destination address that handles this exchange.AddressOrBuilderAccessLogCommonOrBuilder. getUpstreamRemoteAddressOrBuilder()The upstream remote/destination address that handles this exchange. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.data.core.v2alpha
Methods in io.envoyproxy.envoy.data.core.v2alpha that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderHealthCheckEvent.Builder. getHostOrBuilder().envoy.api.v2.core.Address host = 2;AddressOrBuilderHealthCheckEvent. getHostOrBuilder().envoy.api.v2.core.Address host = 2;AddressOrBuilderHealthCheckEventOrBuilder. getHostOrBuilder().envoy.api.v2.core.Address host = 2; -
Uses of AddressOrBuilder in io.envoyproxy.envoy.data.tap.v2alpha
Methods in io.envoyproxy.envoy.data.tap.v2alpha that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderConnection.Builder. getLocalAddressOrBuilder()Local address.AddressOrBuilderConnection. getLocalAddressOrBuilder()Local address.AddressOrBuilderConnectionOrBuilder. getLocalAddressOrBuilder()Local address.AddressOrBuilderConnection.Builder. getRemoteAddressOrBuilder()Remote address.AddressOrBuilderConnection. getRemoteAddressOrBuilder()Remote address.AddressOrBuilderConnectionOrBuilder. getRemoteAddressOrBuilder()Remote address. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilderAttributeContext.Peer.Builder. getAddressOrBuilder()The address of the peer, this is typically the IP address.AddressOrBuilderAttributeContext.Peer. getAddressOrBuilder()The address of the peer, this is typically the IP address.AddressOrBuilderAttributeContext.PeerOrBuilder. getAddressOrBuilder()The address of the peer, this is typically the IP address.
-