@Extension public static class AlibabaCloud.DescriptorImpl extends Descriptor<Cloud>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| 构造器和说明 |
|---|
DescriptorImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doCheckCloudName(String value) |
FormValidation |
doDryRun(String credentialsId,
String sshKey,
String region) |
ListBoxModel |
doFillCredentialsIdItems() |
ListBoxModel |
doFillImageItems(String credentialsId,
String region) |
ListBoxModel |
doFillInstanceTypeItems(String credentialsId,
String region,
String zone) |
ListBoxModel |
doFillKeyPairItems() |
ListBoxModel |
doFillRegionItems(String credentialsId) |
ListBoxModel |
doFillSecurityGroupItems(String credentialsId,
String region,
String vpc) |
ListBoxModel |
doFillSshKeyItems(String sshKey) |
ListBoxModel |
doFillVpcItems(String credentialsId,
String region) |
ListBoxModel |
doFillVswItems(String credentialsId,
String region,
String vpc,
String zone) |
ListBoxModel |
doFillZoneItems(String credentialsId,
String region) |
FormValidation |
doTestConnection(String credentialsId,
String sshKey,
String region) |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName 在类中 Descriptor<Cloud>public FormValidation doCheckCloudName(@QueryParameter String value)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure 在类中 Descriptor<Cloud>Descriptor.FormExceptionpublic ListBoxModel doFillCredentialsIdItems()
public ListBoxModel doFillSshKeyItems(@QueryParameter String sshKey)
public FormValidation doTestConnection(@QueryParameter String credentialsId, @QueryParameter String sshKey, @QueryParameter String region)
public ListBoxModel doFillRegionItems(@QueryParameter String credentialsId)
public ListBoxModel doFillImageItems(@QueryParameter String credentialsId, @QueryParameter String region)
public ListBoxModel doFillKeyPairItems()
public ListBoxModel doFillVpcItems(@QueryParameter String credentialsId, @QueryParameter String region)
public ListBoxModel doFillSecurityGroupItems(@QueryParameter String credentialsId, @QueryParameter String region, @QueryParameter String vpc)
public ListBoxModel doFillZoneItems(@QueryParameter String credentialsId, @QueryParameter String region)
public ListBoxModel doFillVswItems(@QueryParameter String credentialsId, @QueryParameter String region, @QueryParameter String vpc, @QueryParameter String zone)
public ListBoxModel doFillInstanceTypeItems(@QueryParameter String credentialsId, @QueryParameter String region, @QueryParameter String zone)
public FormValidation doDryRun(@QueryParameter String credentialsId, @QueryParameter String sshKey, @QueryParameter String region)
Copyright © 2016–2022. All rights reserved.