module Elasticsearch::API::Autoscaling

Public Instance Methods

autoscaling() click to toggle source

Proxy method for {AutoscalingClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/autoscaling.rb, line 31
def autoscaling
  @autoscaling ||= AutoscalingClient.new(self)
end