Struct elasticsearch::autoscaling::Autoscaling[][src]

pub struct Autoscaling<'a> { /* fields omitted */ }

Namespace client for Autoscaling APIs

Implementations

impl<'a> Autoscaling<'a>[src]

pub fn new(transport: &'a Transport) -> Self[src]

Creates a new instance of Autoscaling

pub fn transport(&self) -> &Transport[src]

pub fn delete_autoscaling_policy<'b>(
    &'a self,
    parts: AutoscalingDeleteAutoscalingPolicyParts<'b>
) -> AutoscalingDeleteAutoscalingPolicy<'a, 'b>
[src]

Autoscaling Delete Autoscaling Policy API

Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.

pub fn get_autoscaling_capacity<'b>(
    &'a self
) -> AutoscalingGetAutoscalingCapacity<'a, 'b>
[src]

Autoscaling Get Autoscaling Capacity API

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.

pub fn get_autoscaling_policy<'b>(
    &'a self,
    parts: AutoscalingGetAutoscalingPolicyParts<'b>
) -> AutoscalingGetAutoscalingPolicy<'a, 'b>
[src]

Autoscaling Get Autoscaling Policy API

Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.

pub fn put_autoscaling_policy<'b>(
    &'a self,
    parts: AutoscalingPutAutoscalingPolicyParts<'b>
) -> AutoscalingPutAutoscalingPolicy<'a, 'b, ()>
[src]

Autoscaling Put Autoscaling Policy API

Creates a new autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Autoscaling<'a>

impl<'a> Send for Autoscaling<'a>

impl<'a> Sync for Autoscaling<'a>

impl<'a> Unpin for Autoscaling<'a>

impl<'a> !UnwindSafe for Autoscaling<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.