com.spotinst.sdkjava.model.ISpotinstElastigroupDeploymentRepoAzure Maven / Gradle / Ivy
package com.spotinst.sdkjava.model;
import com.spotinst.sdkjava.model.bl.azure.elastiGroup.V3.Deployment.GroupDeploymentCreateAzure;
import com.spotinst.sdkjava.model.bl.azure.elastiGroup.V3.Deployment.GroupDeploymentGetAzure;
import com.spotinst.sdkjava.model.filters.SortQueryParam;
import com.spotinst.sdkjava.model.bl.azure.elastiGroup.V3.Deployment.DeploymentDetails.GroupDeploymentDetailsAzure;
import java.util.List;
interface ISpotinstElastigroupDeploymentRepoAzure {
RepoGenericResponse get(String deploymentId, String authToken, String account, String groupId);
RepoGenericResponse> getAll(String groupId, String authToken, String account, Integer limit, SortQueryParam sortQueryParam);
RepoGenericResponse create(GroupDeploymentCreationRequestAzure creationRequestAzure, String authToken, String account, String groupId);
RepoGenericResponse getDetails(String deploymentId, String authToken, String account, String groupId);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy