Class ClusterRemoteProxyInfo

java.lang.Object
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteProxyInfo
All Implemented Interfaces:
ClusterRemoteInfoVariant, JsonpSerializable, UnionVariant

@JsonpDeserializable
public final class ClusterRemoteProxyInfo
extends java.lang.Object
implements ClusterRemoteInfoVariant, JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • _variantType

      public java.lang.String _variantType()
      ClusterRemoteInfo variant type
      Specified by:
      _variantType in interface UnionVariant
    • connected

      public boolean connected()
      Required - API name: connected
    • initialConnectTimeout

      public java.lang.String initialConnectTimeout()
      Required - API name: initial_connect_timeout
    • skipUnavailable

      public boolean skipUnavailable()
      Required - API name: skip_unavailable
    • proxyAddress

      public java.lang.String proxyAddress()
      Required - API name: proxy_address
    • serverName

      public java.lang.String serverName()
      Required - API name: server_name
    • numProxySocketsConnected

      public int numProxySocketsConnected()
      Required - API name: num_proxy_sockets_connected
    • maxProxySocketConnections

      public int maxProxySocketConnections()
      Required - API name: max_proxy_socket_connections
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupClusterRemoteProxyInfoDeserializer

      protected static void setupClusterRemoteProxyInfoDeserializer​(DelegatingDeserializer<ClusterRemoteProxyInfo.Builder> op)