public abstract class EDASService extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
EDASService.EDASInsertStruct |
构造器和说明 |
---|
EDASService() |
限定符和类型 | 方法和说明 |
---|---|
static FormValidation |
checkCredentialId(String value,
Item owner) |
static com.aliyuncs.DefaultAcsClient |
getAcsClient(String credentialId,
String regionId,
String endpoint) |
static List<com.aliyuncs.edas.model.v20170801.ListApplicationResponse.Application> |
getAllApps(com.aliyuncs.DefaultAcsClient acsClient,
String regionId,
String namespace,
int type) |
static String |
getAppId(com.aliyuncs.DefaultAcsClient acsClient,
String regionId,
String appName,
String namespace,
int type) |
static com.aliyuncs.edas.model.v20170801.GetApplicationResponse.Applcation |
getApplication(String appId,
com.aliyuncs.DefaultAcsClient defaultAcsClient) |
static com.aliyuncs.edas.model.v20170801.GetClusterResponse.Cluster |
getClusterByClusterId(String clusterId,
com.aliyuncs.DefaultAcsClient defaultAcsClient) |
static RunningEnvironment |
getK8sAppRunningEnvironment(String appId,
com.aliyuncs.DefaultAcsClient defaultAcsClient) |
static com.aliyuncs.edas.model.v20170801.GetPackageStorageCredentialResponse.Credential |
getUploadCredential(com.aliyuncs.DefaultAcsClient acsClient) |
static FormValidation |
pingEDAS(String credentialId,
String namespace,
String endpoint) |
static com.aliyuncs.edas.model.v20170801.QueryRegionConfigResponse.RegionConfig |
queryRegionConfigResponse(com.aliyuncs.DefaultAcsClient client) |
public static com.aliyuncs.edas.model.v20170801.GetPackageStorageCredentialResponse.Credential getUploadCredential(com.aliyuncs.DefaultAcsClient acsClient)
public static List<com.aliyuncs.edas.model.v20170801.ListApplicationResponse.Application> getAllApps(com.aliyuncs.DefaultAcsClient acsClient, String regionId, String namespace, int type) throws Exception
Exception
public static String getAppId(com.aliyuncs.DefaultAcsClient acsClient, String regionId, String appName, String namespace, int type)
public static RunningEnvironment getK8sAppRunningEnvironment(String appId, com.aliyuncs.DefaultAcsClient defaultAcsClient) throws Exception
Exception
public static com.aliyuncs.edas.model.v20170801.GetClusterResponse.Cluster getClusterByClusterId(String clusterId, com.aliyuncs.DefaultAcsClient defaultAcsClient) throws Exception
Exception
public static com.aliyuncs.edas.model.v20170801.GetApplicationResponse.Applcation getApplication(String appId, com.aliyuncs.DefaultAcsClient defaultAcsClient) throws Exception
Exception
public static com.aliyuncs.edas.model.v20170801.QueryRegionConfigResponse.RegionConfig queryRegionConfigResponse(com.aliyuncs.DefaultAcsClient client)
public static FormValidation pingEDAS(String credentialId, String namespace, String endpoint)
public static FormValidation checkCredentialId(String value, Item owner)
Copyright © 2016–2020. All rights reserved.