Class Cluster.OriginalDstLbConfig

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cluster.OriginalDstLbConfigOrBuilder, java.io.Serializable
    Enclosing class:
    Cluster

    public static final class Cluster.OriginalDstLbConfig
    extends com.google.protobuf.GeneratedMessage
    implements Cluster.OriginalDstLbConfigOrBuilder
     Specific configuration for the
     :ref:`Original Destination <arch_overview_load_balancing_types_original_destination>`
     load balancing policy.
     [#extension: envoy.clusters.original_dst]
     
    Protobuf type envoy.config.cluster.v3.Cluster.OriginalDstLbConfig
    See Also:
    Serialized Form
    • Field Detail

      • bitField0_

        private int bitField0_
      • USE_HTTP_HEADER_FIELD_NUMBER

        public static final int USE_HTTP_HEADER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • useHttpHeader_

        private boolean useHttpHeader_
      • HTTP_HEADER_NAME_FIELD_NUMBER

        public static final int HTTP_HEADER_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • httpHeaderName_

        private volatile java.lang.Object httpHeaderName_
      • UPSTREAM_PORT_OVERRIDE_FIELD_NUMBER

        public static final int UPSTREAM_PORT_OVERRIDE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • upstreamPortOverride_

        private com.google.protobuf.UInt32Value upstreamPortOverride_
      • METADATA_KEY_FIELD_NUMBER

        public static final int METADATA_KEY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • Constructor Detail

      • OriginalDstLbConfig

        private OriginalDstLbConfig​(com.google.protobuf.GeneratedMessage.Builder<?> builder)
      • OriginalDstLbConfig

        private OriginalDstLbConfig()
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
      • getUseHttpHeader

        public boolean getUseHttpHeader()
         When true, a HTTP header can be used to override the original dst address. The default header is
         :ref:`x-envoy-original-dst-host <config_http_conn_man_headers_x-envoy-original-dst-host>`.
        
         .. 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.
         
        bool use_http_header = 1;
        Specified by:
        getUseHttpHeader in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        The useHttpHeader.
      • getHttpHeaderName

        public java.lang.String getHttpHeaderName()
         The http header to override destination address if :ref:`use_http_header <envoy_v3_api_field_config.cluster.v3.Cluster.OriginalDstLbConfig.use_http_header>`.
         is set to true. If the value is empty, :ref:`x-envoy-original-dst-host <config_http_conn_man_headers_x-envoy-original-dst-host>` will be used.
         
        string http_header_name = 2;
        Specified by:
        getHttpHeaderName in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        The httpHeaderName.
      • getHttpHeaderNameBytes

        public com.google.protobuf.ByteString getHttpHeaderNameBytes()
         The http header to override destination address if :ref:`use_http_header <envoy_v3_api_field_config.cluster.v3.Cluster.OriginalDstLbConfig.use_http_header>`.
         is set to true. If the value is empty, :ref:`x-envoy-original-dst-host <config_http_conn_man_headers_x-envoy-original-dst-host>` will be used.
         
        string http_header_name = 2;
        Specified by:
        getHttpHeaderNameBytes in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        The bytes for httpHeaderName.
      • hasUpstreamPortOverride

        public boolean hasUpstreamPortOverride()
         The port to override for the original dst address. This port
         will take precedence over filter state and header override ports
         
        .google.protobuf.UInt32Value upstream_port_override = 3 [(.validate.rules) = { ... }
        Specified by:
        hasUpstreamPortOverride in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        Whether the upstreamPortOverride field is set.
      • getUpstreamPortOverride

        public com.google.protobuf.UInt32Value getUpstreamPortOverride()
         The port to override for the original dst address. This port
         will take precedence over filter state and header override ports
         
        .google.protobuf.UInt32Value upstream_port_override = 3 [(.validate.rules) = { ... }
        Specified by:
        getUpstreamPortOverride in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        The upstreamPortOverride.
      • getUpstreamPortOverrideOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getUpstreamPortOverrideOrBuilder()
         The port to override for the original dst address. This port
         will take precedence over filter state and header override ports
         
        .google.protobuf.UInt32Value upstream_port_override = 3 [(.validate.rules) = { ... }
        Specified by:
        getUpstreamPortOverrideOrBuilder in interface Cluster.OriginalDstLbConfigOrBuilder
      • hasMetadataKey

        public boolean hasMetadataKey()
         The dynamic metadata key to override destination address.
         First the request metadata is considered, then the connection one.
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 4;
        Specified by:
        hasMetadataKey in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        Whether the metadataKey field is set.
      • getMetadataKey

        public MetadataKey getMetadataKey()
         The dynamic metadata key to override destination address.
         First the request metadata is considered, then the connection one.
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 4;
        Specified by:
        getMetadataKey in interface Cluster.OriginalDstLbConfigOrBuilder
        Returns:
        The metadataKey.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessage
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(java.nio.ByteBuffer data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(java.nio.ByteBuffer data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(com.google.protobuf.ByteString data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(byte[] data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(byte[] data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(java.io.InputStream input)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(java.io.InputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Cluster.OriginalDstLbConfig parseDelimitedFrom​(java.io.InputStream input)
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Cluster.OriginalDstLbConfig parseDelimitedFrom​(java.io.InputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(com.google.protobuf.CodedInputStream input)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Cluster.OriginalDstLbConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Cluster.OriginalDstLbConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Cluster.OriginalDstLbConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Cluster.OriginalDstLbConfig.Builder newBuilderForType​(com.google.protobuf.AbstractMessage.BuilderParent parent)
        Overrides:
        newBuilderForType in class com.google.protobuf.AbstractMessage
      • getParserForType

        public com.google.protobuf.Parser<Cluster.OriginalDstLbConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessage
      • getDefaultInstanceForType

        public Cluster.OriginalDstLbConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder