Uses of Class
io.envoyproxy.envoy.api.v2.Cluster.OriginalDstLbConfig.Builder
Packages that use Cluster.OriginalDstLbConfig.Builder
-
Uses of Cluster.OriginalDstLbConfig.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Cluster.OriginalDstLbConfig.BuilderModifier and TypeMethodDescriptionCluster.OriginalDstLbConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cluster.OriginalDstLbConfig.Builder.clear()Cluster.OriginalDstLbConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Cluster.OriginalDstLbConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Cluster.OriginalDstLbConfig.Builder.clearUseHttpHeader()When true, :ref:`x-envoy-original-dst-host <config_http_conn_man_headers_x-envoy-original-dst-host>` can be used to override destination address. .. attention:: This header isn't sanitized by default, so enabling this feature allows HTTP clients to route traffic to arbitrary hosts and/or ports, which may have serious security consequences. .. note:: If the header appears multiple times only the first value is used.Cluster.OriginalDstLbConfig.Builder.clone()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.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.OriginalDstLbConfig.newBuilder()Cluster.OriginalDstLbConfig.newBuilder(Cluster.OriginalDstLbConfig prototype) Cluster.OriginalDstLbConfig.newBuilderForType()protected Cluster.OriginalDstLbConfig.BuilderCluster.OriginalDstLbConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Cluster.OriginalDstLbConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cluster.OriginalDstLbConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Cluster.OriginalDstLbConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.OriginalDstLbConfig.Builder.setUseHttpHeader(boolean value) When true, :ref:`x-envoy-original-dst-host <config_http_conn_man_headers_x-envoy-original-dst-host>` can be used to override destination address. .. attention:: This header isn't sanitized by default, so enabling this feature allows HTTP clients to route traffic to arbitrary hosts and/or ports, which may have serious security consequences. .. note:: If the header appears multiple times only the first value is used.Cluster.OriginalDstLbConfig.toBuilder()Methods in io.envoyproxy.envoy.api.v2 with parameters of type Cluster.OriginalDstLbConfig.BuilderModifier and TypeMethodDescriptionCluster.Builder.setOriginalDstLbConfig(Cluster.OriginalDstLbConfig.Builder builderForValue) Optional configuration for the Original Destination load balancing policy.