Class GetAutoscalingCapacityRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.autoscaling.GetAutoscalingCapacityRequest
Gets the current autoscaling capacity based on the configured autoscaling
policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not
supported.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "autoscaling.get_autoscaling_capacity".static final GetAutoscalingCapacityRequestSingleton instance forGetAutoscalingCapacityRequest. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_INSTANCE
Singleton instance forGetAutoscalingCapacityRequest. -
_ENDPOINT
public static final Endpoint<GetAutoscalingCapacityRequest,GetAutoscalingCapacityResponse, _ENDPOINTErrorResponse> Endpoint "autoscaling.get_autoscaling_capacity".
-
-
Constructor Details
-
GetAutoscalingCapacityRequest
public GetAutoscalingCapacityRequest()
-