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

com.spotinst.sdkjava.model.ISpotinstElastigroupRepoGcp Maven / Gradle / Ivy

There is a newer version: 1.0.121
Show newest version
package com.spotinst.sdkjava.model;

import com.spotinst.sdkjava.model.bl.elastigroup.gcp.ElastigroupGcp;
import com.spotinst.sdkjava.model.bl.elastigroup.gcp.ElastigroupScaleDownResponseGcp;
import com.spotinst.sdkjava.model.bl.elastigroup.gcp.ElastigroupScaleUpResponseGcp;

import java.util.List;

interface ISpotinstElastigroupRepoGcp extends IRepositoryGcp {
    RepoGenericResponse lockInstance(String authToken, String accountId, String ttlInMinutes, String instanceId);

    RepoGenericResponse unlockInstance(String authToken, String accountId, String instanceId);

    RepoGenericResponse> scaleUp(String elastigroupId, String adjustment, String authToken, String account);

    RepoGenericResponse> scaleDown(String elastigroupId, String adjustment, String authToken, String account);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy