Class GetIpLocationDatabaseRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.GetIpLocationDatabaseRequest
Get IP geolocation database configurations.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "ingest.get_ip_location_database
". -
Method Summary
Modifier and TypeMethodDescriptionid()
Comma-separated list of database configuration IDs to retrieve.final Time
The period to wait for a connection to the master node.static GetIpLocationDatabaseRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetIpLocationDatabaseRequest,GetIpLocationDatabaseResponse, _ENDPOINTErrorResponse> Endpoint "ingest.get_ip_location_database
".
-
-
Method Details
-
of
-
id
Comma-separated list of database configuration IDs to retrieve. Wildcard (*
) expressions are supported. To get all database configurations, omit this parameter or use*
.API name:
id
-
masterTimeout
The period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. A value of-1
indicates that the request should never time out.API name:
master_timeout
-