Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.OriginalDstLbConfig.Builder
Packages that use Cluster.OriginalDstLbConfig.Builder
-
Uses of Cluster.OriginalDstLbConfig.Builder in io.envoyproxy.envoy.config.cluster.v3
Subclasses with type arguments of type Cluster.OriginalDstLbConfig.Builder in io.envoyproxy.envoy.config.cluster.v3Modifier and TypeClassDescriptionstatic final classSpecific configuration for the :ref:`Original Destination <arch_overview_load_balancing_types_original_destination>` load balancing policy.Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.OriginalDstLbConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Cluster.OriginalDstLbConfig, Cluster.OriginalDstLbConfig.Builder, Cluster.OriginalDstLbConfigOrBuilder> Cluster.Builder.originalDstLbConfigBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.OriginalDstLbConfig.BuilderModifier and TypeMethodDescriptionCluster.OriginalDstLbConfig.Builder.clear()Cluster.OriginalDstLbConfig.Builder.clearHttpHeaderName()The http header to override destination address if :ref:`use_http_header <envoy_v3_api_field_config.cluster.v3.Cluster.OriginalDstLbConfig.use_http_header>`.Cluster.OriginalDstLbConfig.Builder.clearMetadataKey()The dynamic metadata key to override destination address.Cluster.OriginalDstLbConfig.Builder.clearUpstreamPortOverride()The port to override for the original dst address.Cluster.OriginalDstLbConfig.Builder.clearUseHttpHeader()When true, a HTTP header can be used to override the original dst address.Cluster.Builder.getOriginalDstLbConfigBuilder()Optional configuration for the Original Destination load balancing policy.Cluster.OriginalDstLbConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.OriginalDstLbConfig.Builder.mergeFrom(com.google.protobuf.Message other) Cluster.OriginalDstLbConfig.Builder.mergeFrom(Cluster.OriginalDstLbConfig other) Cluster.OriginalDstLbConfig.Builder.mergeMetadataKey(MetadataKey value) The dynamic metadata key to override destination address.Cluster.OriginalDstLbConfig.Builder.mergeUpstreamPortOverride(com.google.protobuf.UInt32Value value) The port to override for the original dst address.Cluster.OriginalDstLbConfig.newBuilder()Cluster.OriginalDstLbConfig.newBuilder(Cluster.OriginalDstLbConfig prototype) Cluster.OriginalDstLbConfig.newBuilderForType()protected Cluster.OriginalDstLbConfig.BuilderCluster.OriginalDstLbConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.OriginalDstLbConfig.Builder.setHttpHeaderName(String value) The http header to override destination address if :ref:`use_http_header <envoy_v3_api_field_config.cluster.v3.Cluster.OriginalDstLbConfig.use_http_header>`.Cluster.OriginalDstLbConfig.Builder.setHttpHeaderNameBytes(com.google.protobuf.ByteString value) The http header to override destination address if :ref:`use_http_header <envoy_v3_api_field_config.cluster.v3.Cluster.OriginalDstLbConfig.use_http_header>`.Cluster.OriginalDstLbConfig.Builder.setMetadataKey(MetadataKey value) The dynamic metadata key to override destination address.Cluster.OriginalDstLbConfig.Builder.setMetadataKey(MetadataKey.Builder builderForValue) The dynamic metadata key to override destination address.Cluster.OriginalDstLbConfig.Builder.setUpstreamPortOverride(com.google.protobuf.UInt32Value value) The port to override for the original dst address.Cluster.OriginalDstLbConfig.Builder.setUpstreamPortOverride(com.google.protobuf.UInt32Value.Builder builderForValue) The port to override for the original dst address.Cluster.OriginalDstLbConfig.Builder.setUseHttpHeader(boolean value) When true, a HTTP header can be used to override the original dst address.Cluster.OriginalDstLbConfig.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.OriginalDstLbConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Cluster.OriginalDstLbConfig, Cluster.OriginalDstLbConfig.Builder, Cluster.OriginalDstLbConfigOrBuilder> Cluster.Builder.internalGetOriginalDstLbConfigFieldBuilder()Optional configuration for the Original Destination load balancing policy.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.OriginalDstLbConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.setOriginalDstLbConfig(Cluster.OriginalDstLbConfig.Builder builderForValue) Optional configuration for the Original Destination load balancing policy.