Module: Elasticsearch::API::Autoscaling

Defined in:
lib/elasticsearch/api/namespace/autoscaling.rb,
lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb,
lib/elasticsearch/api/actions/autoscaling/put_autoscaling_policy.rb,
lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb,
lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb

Defined Under Namespace

Modules: Actions Classes: AutoscalingClient

Instance Method Summary collapse

Instance Method Details

#autoscalingObject

Proxy method for AutoscalingClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/autoscaling.rb', line 31

def autoscaling
  @autoscaling ||= AutoscalingClient.new(self)
end