All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.eureka.aws.AsgClient Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.netflix.eureka.aws;

import com.netflix.appinfo.InstanceInfo;

public interface AsgClient {
    boolean isASGEnabled(InstanceInfo instanceInfo);

    void setStatus(String asgName, boolean enabled);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy