| Modifier and Type | Method and Description |
|---|---|
Address |
HostStatusOrBuilder.getAddress()
Address of this host.
|
Address |
HostStatus.getAddress()
Address of this host.
|
Address |
HostStatus.Builder.getAddress()
Address of this host.
|
Address |
ListenerStatus.getLocalAddress()
The actual local address that the listener is listening on.
|
Address |
ListenerStatus.Builder.getLocalAddress()
The actual local address that the listener is listening on.
|
Address |
ListenerStatusOrBuilder.getLocalAddress()
The actual local address that the listener is listening on.
|
| Modifier and Type | Method and Description |
|---|---|
HostStatus.Builder |
HostStatus.Builder.mergeAddress(Address value)
Address of this host.
|
ListenerStatus.Builder |
ListenerStatus.Builder.mergeLocalAddress(Address value)
The actual local address that the listener is listening on.
|
HostStatus.Builder |
HostStatus.Builder.setAddress(Address value)
Address of this host.
|
ListenerStatus.Builder |
ListenerStatus.Builder.setLocalAddress(Address value)
The actual local address that the listener is listening on.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Admin.getAddress()
The TCP address that the administration server will listen on.
|
Address |
Admin.Builder.getAddress()
The TCP address that the administration server will listen on.
|
Address |
AdminOrBuilder.getAddress()
The TCP address that the administration server will listen on.
|
| Modifier and Type | Method and Description |
|---|---|
Admin.Builder |
Admin.Builder.mergeAddress(Address value)
The TCP address that the administration server will listen on.
|
Admin.Builder |
Admin.Builder.setAddress(Address value)
The TCP address that the administration server will listen on.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Cluster.getDnsResolvers(int index)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
Address |
Cluster.Builder.getDnsResolvers(int index)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
Address |
ClusterOrBuilder.getDnsResolvers(int index)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
Address |
UpstreamBindConfigOrBuilder.getSourceAddress()
The address Envoy should bind to when establishing upstream connections.
|
Address |
UpstreamBindConfig.getSourceAddress()
The address Envoy should bind to when establishing upstream connections.
|
Address |
UpstreamBindConfig.Builder.getSourceAddress()
The address Envoy should bind to when establishing upstream connections.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Cluster.getDnsResolversList()
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
List<Address> |
Cluster.Builder.getDnsResolversList()
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
List<Address> |
ClusterOrBuilder.getDnsResolversList()
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.addDnsResolvers(Address value)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
Cluster.Builder |
Cluster.Builder.addDnsResolvers(int index,
Address value)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
UpstreamBindConfig.Builder |
UpstreamBindConfig.Builder.mergeSourceAddress(Address value)
The address Envoy should bind to when establishing upstream connections.
|
Cluster.Builder |
Cluster.Builder.setDnsResolvers(int index,
Address value)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
UpstreamBindConfig.Builder |
UpstreamBindConfig.Builder.setSourceAddress(Address value)
The address Envoy should bind to when establishing upstream connections.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.addAllDnsResolvers(Iterable<? extends Address> values)
If DNS resolvers are specified and the cluster type is either
:ref:`STRICT_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>`,
or :ref:`LOGICAL_DNS<envoy_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>`,
this value is used to specify the cluster’s dns resolvers.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.Builder.build() |
Address |
Address.Builder.buildPartial() |
static Address |
Address.getDefaultInstance() |
Address |
Address.getDefaultInstanceForType() |
Address |
Address.Builder.getDefaultInstanceForType() |
Address |
NodeOrBuilder.getListeningAddresses(int index)
Deprecated.
|
Address |
Node.getListeningAddresses(int index)
Deprecated.
|
Address |
Node.Builder.getListeningAddresses(int index)
Deprecated.
|
static Address |
Address.parseDelimitedFrom(InputStream input) |
static Address |
Address.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(byte[] data) |
static Address |
Address.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(ByteBuffer data) |
static Address |
Address.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(com.google.protobuf.ByteString data) |
static Address |
Address.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(com.google.protobuf.CodedInputStream input) |
static Address |
Address.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(InputStream input) |
static Address |
Address.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
NodeOrBuilder.getListeningAddressesList()
Deprecated.
|
List<Address> |
Node.getListeningAddressesList()
Deprecated.
|
List<Address> |
Node.Builder.getListeningAddressesList()
Deprecated.
|
com.google.protobuf.Parser<Address> |
Address.getParserForType() |
static com.google.protobuf.Parser<Address> |
Address.parser() |
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
Node.Builder.addListeningAddresses(Address value)
Deprecated.
|
Node.Builder |
Node.Builder.addListeningAddresses(int index,
Address value)
Deprecated.
|
Address.Builder |
Address.Builder.mergeFrom(Address other) |
static Address.Builder |
Address.newBuilder(Address prototype) |
Node.Builder |
Node.Builder.setListeningAddresses(int index,
Address value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
Node.Builder.addAllListeningAddresses(Iterable<? extends Address> values)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
UpstreamEndpointStatsOrBuilder.getAddress()
Upstream host address.
|
Address |
EndpointOrBuilder.getAddress()
The upstream host address.
.. attention::
The form of host address depends on the given cluster type.
|
Address |
Endpoint.getAddress()
The upstream host address.
.. attention::
The form of host address depends on the given cluster type.
|
Address |
Endpoint.Builder.getAddress()
The upstream host address.
.. attention::
The form of host address depends on the given cluster type.
|
Address |
UpstreamEndpointStats.getAddress()
Upstream host address.
|
Address |
UpstreamEndpointStats.Builder.getAddress()
Upstream host address.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.mergeAddress(Address value)
The upstream host address.
.. attention::
The form of host address depends on the given cluster type.
|
UpstreamEndpointStats.Builder |
UpstreamEndpointStats.Builder.mergeAddress(Address value)
Upstream host address.
|
Endpoint.Builder |
Endpoint.Builder.setAddress(Address value)
The upstream host address.
.. attention::
The form of host address depends on the given cluster type.
|
UpstreamEndpointStats.Builder |
UpstreamEndpointStats.Builder.setAddress(Address value)
Upstream host address.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
ListenerOrBuilder.getAddress()
The address that the listener should listen on.
|
Address |
Listener.getAddress()
The address that the listener should listen on.
|
Address |
Listener.Builder.getAddress()
The address that the listener should listen on.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.mergeAddress(Address value)
The address that the listener should listen on.
|
Listener.Builder |
Listener.Builder.setAddress(Address value)
The address that the listener should listen on.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
DogStatsdSink.getAddress()
The UDP address of a running DogStatsD compliant listener.
|
Address |
DogStatsdSink.Builder.getAddress()
The UDP address of a running DogStatsD compliant listener.
|
Address |
StatsdSink.getAddress()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
Address |
StatsdSink.Builder.getAddress()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
Address |
StatsdSinkOrBuilder.getAddress()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
Address |
DogStatsdSinkOrBuilder.getAddress()
The UDP address of a running DogStatsD compliant listener.
|
| Modifier and Type | Method and Description |
|---|---|
DogStatsdSink.Builder |
DogStatsdSink.Builder.mergeAddress(Address value)
The UDP address of a running DogStatsD compliant listener.
|
StatsdSink.Builder |
StatsdSink.Builder.mergeAddress(Address value)
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
DogStatsdSink.Builder |
DogStatsdSink.Builder.setAddress(Address value)
The UDP address of a running DogStatsD compliant listener.
|
StatsdSink.Builder |
StatsdSink.Builder.setAddress(Address value)
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
AccessLogCommon.getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
Address |
AccessLogCommon.Builder.getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
Address |
AccessLogCommonOrBuilder.getDownstreamDirectRemoteAddress()
This field is the downstream direct remote address on which the request from the user was
received.
|
Address |
AccessLogCommon.getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
Address |
AccessLogCommon.Builder.getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
Address |
AccessLogCommonOrBuilder.getDownstreamLocalAddress()
This field is the local/destination address on which the request from the user was received.
|
Address |
AccessLogCommon.getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
Address |
AccessLogCommon.Builder.getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
Address |
AccessLogCommonOrBuilder.getDownstreamRemoteAddress()
This field is the remote/origin address on which the request from the user was received.
|
Address |
AccessLogCommon.getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
Address |
AccessLogCommon.Builder.getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
Address |
AccessLogCommonOrBuilder.getUpstreamLocalAddress()
The upstream local/origin address that handles this exchange.
|
Address |
AccessLogCommon.getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
Address |
AccessLogCommon.Builder.getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
Address |
AccessLogCommonOrBuilder.getUpstreamRemoteAddress()
The upstream remote/destination address that handles this exchange.
|
| Modifier and Type | Method and Description |
|---|---|
AccessLogCommon.Builder |
AccessLogCommon.Builder.mergeDownstreamDirectRemoteAddress(Address value)
This field is the downstream direct remote address on which the request from the user was
received.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.mergeDownstreamLocalAddress(Address value)
This field is the local/destination address on which the request from the user was received.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.mergeDownstreamRemoteAddress(Address value)
This field is the remote/origin address on which the request from the user was received.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.mergeUpstreamLocalAddress(Address value)
The upstream local/origin address that handles this exchange.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.mergeUpstreamRemoteAddress(Address value)
The upstream remote/destination address that handles this exchange.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.setDownstreamDirectRemoteAddress(Address value)
This field is the downstream direct remote address on which the request from the user was
received.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.setDownstreamLocalAddress(Address value)
This field is the local/destination address on which the request from the user was received.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.setDownstreamRemoteAddress(Address value)
This field is the remote/origin address on which the request from the user was received.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.setUpstreamLocalAddress(Address value)
The upstream local/origin address that handles this exchange.
|
AccessLogCommon.Builder |
AccessLogCommon.Builder.setUpstreamRemoteAddress(Address value)
The upstream remote/destination address that handles this exchange.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
HealthCheckEvent.getHost()
.envoy.config.core.v3.Address host = 2; |
Address |
HealthCheckEvent.Builder.getHost()
.envoy.config.core.v3.Address host = 2; |
Address |
HealthCheckEventOrBuilder.getHost()
.envoy.config.core.v3.Address host = 2; |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckEvent.Builder |
HealthCheckEvent.Builder.mergeHost(Address value)
.envoy.config.core.v3.Address host = 2; |
HealthCheckEvent.Builder |
HealthCheckEvent.Builder.setHost(Address value)
.envoy.config.core.v3.Address host = 2; |
| Modifier and Type | Method and Description |
|---|---|
Address |
Connection.getLocalAddress()
Local address.
|
Address |
Connection.Builder.getLocalAddress()
Local address.
|
Address |
ConnectionOrBuilder.getLocalAddress()
Local address.
|
Address |
Connection.getRemoteAddress()
Remote address.
|
Address |
Connection.Builder.getRemoteAddress()
Remote address.
|
Address |
ConnectionOrBuilder.getRemoteAddress()
Remote address.
|
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
Connection.Builder.mergeLocalAddress(Address value)
Local address.
|
Connection.Builder |
Connection.Builder.mergeRemoteAddress(Address value)
Remote address.
|
Connection.Builder |
Connection.Builder.setLocalAddress(Address value)
Local address.
|
Connection.Builder |
Connection.Builder.setRemoteAddress(Address value)
Remote address.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
DnsFilterConfig.ClientContextConfigOrBuilder.getUpstreamResolvers(int index)
A list of DNS servers to which we can forward queries.
|
Address |
DnsFilterConfig.ClientContextConfig.getUpstreamResolvers(int index)
A list of DNS servers to which we can forward queries.
|
Address |
DnsFilterConfig.ClientContextConfig.Builder.getUpstreamResolvers(int index)
A list of DNS servers to which we can forward queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
DnsFilterConfig.ClientContextConfigOrBuilder.getUpstreamResolversList()
A list of DNS servers to which we can forward queries.
|
List<Address> |
DnsFilterConfig.ClientContextConfig.getUpstreamResolversList()
A list of DNS servers to which we can forward queries.
|
List<Address> |
DnsFilterConfig.ClientContextConfig.Builder.getUpstreamResolversList()
A list of DNS servers to which we can forward queries.
|
| Modifier and Type | Method and Description |
|---|---|
DnsFilterConfig.ClientContextConfig.Builder |
DnsFilterConfig.ClientContextConfig.Builder.addUpstreamResolvers(Address value)
A list of DNS servers to which we can forward queries.
|
DnsFilterConfig.ClientContextConfig.Builder |
DnsFilterConfig.ClientContextConfig.Builder.addUpstreamResolvers(int index,
Address value)
A list of DNS servers to which we can forward queries.
|
DnsFilterConfig.ClientContextConfig.Builder |
DnsFilterConfig.ClientContextConfig.Builder.setUpstreamResolvers(int index,
Address value)
A list of DNS servers to which we can forward queries.
|
| Modifier and Type | Method and Description |
|---|---|
DnsFilterConfig.ClientContextConfig.Builder |
DnsFilterConfig.ClientContextConfig.Builder.addAllUpstreamResolvers(Iterable<? extends Address> values)
A list of DNS servers to which we can forward queries.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
AttributeContext.PeerOrBuilder.getAddress()
The address of the peer, this is typically the IP address.
|
Address |
AttributeContext.Peer.getAddress()
The address of the peer, this is typically the IP address.
|
Address |
AttributeContext.Peer.Builder.getAddress()
The address of the peer, this is typically the IP address.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeContext.Peer.Builder |
AttributeContext.Peer.Builder.mergeAddress(Address value)
The address of the peer, this is typically the IP address.
|
AttributeContext.Peer.Builder |
AttributeContext.Peer.Builder.setAddress(Address value)
The address of the peer, this is typically the IP address.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.