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

com.spotinst.sdkjava.model.ISpotOceanAzureAksClusterRepo 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.ocean.aks.*;
import com.spotinst.sdkjava.model.requests.ocean.aks.GetAksClusterNodesRequest;

import java.util.List;

public interface ISpotOceanAzureAksClusterRepo extends IRepository {
    RepoGenericResponse getAzureAksClusterHeartBeatStatus(String clusterIdId, String authToken, String account);

    RepoGenericResponse> getClusterNodes(GetAksClusterNodesRequest getClusterNodes, String clusterId, String authToken);

    RepoGenericResponse> detachVms(AksDetachInstances instances, String clusterId, String authToken, String account);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy