Interface ClusterRemoteInfoVariant
-
- All Superinterfaces:
JsonpSerializable
- All Known Implementing Classes:
ClusterRemoteProxyInfo,ClusterRemoteSniffInfo
public interface ClusterRemoteInfoVariant extends JsonpSerializable
Base interface forClusterRemoteInfovariants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ClusterRemoteInfo.Kind_clusterRemoteInfoKind()default ClusterRemoteInfo_toClusterRemoteInfo()-
Methods inherited from interface org.opensearch.client.json.JsonpSerializable
serialize
-
-
-
-
Method Detail
-
_clusterRemoteInfoKind
ClusterRemoteInfo.Kind _clusterRemoteInfoKind()
-
_toClusterRemoteInfo
default ClusterRemoteInfo _toClusterRemoteInfo()
-
-