| Package | Description |
|---|---|
| com.segue.scc.published.api.cloud |
This package contains interfaces for cloud provider integrations, was introduced with Silk Central 13.0 and is subject to change in future versions.
|
| Modifier and Type | Method and Description |
|---|---|
CloudDeployedInstanceInfo |
CloudProviderProfile.deployNewInstanceFromTemplate(java.util.Map<java.lang.String,java.lang.String> templateProperties)
Deploy a new instance in the cloud with the specified template properties.
|
java.util.Map<java.lang.String,java.lang.String> |
CloudProviderProfile.getCloudTemplateProperties(java.lang.String template) |
java.util.List<CloudTemplate> |
CloudProviderProfile.getCloudTemplates()
Retrieve the human readable names of available templates in the cloud which can be selected for a cloud execution server.
|
boolean |
CloudProviderProfile.isInstanceRunning(java.util.Map<java.lang.String,java.lang.String> instanceProperties)
Indicate if a specific instance is running
|
void |
CloudProviderProfile.undeployAndDeleteInstance(java.util.Map<java.lang.String,java.lang.String> instanceProperties)
Undeploy and delete the instance identified by the passed instance properties.
|
void |
CloudProviderProfile.validateProfile()
Verify if the cloud can be accessed applying the properties set before with
CloudProviderProfile.setProfileProperties(String, String, Map) |
Copyright © Micro Focus 2004-2019. All rights reserved.