public class VSphereConnectionConfig extends AbstractDescribableImpl<VSphereConnectionConfig>
Modifier and Type | Class and Description |
---|---|
static class |
VSphereConnectionConfig.DescriptorImpl |
Constructor and Description |
---|
VSphereConnectionConfig(String vsHost,
boolean allowUntrustedCertificate,
String credentialsId)
Full constructor for internal use, initializes all fields
|
VSphereConnectionConfig(String vsHost,
String credentialsId) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowUntrustedCertificate() |
com.cloudbees.plugins.credentials.common.StandardCredentials |
getCredentials() |
String |
getCredentialsId() |
String |
getPassword() |
String |
getUsername() |
String |
getVsHost() |
void |
setAllowUntrustedCertificate(boolean allowUntrustedCertificate) |
getDescriptor
@DataBoundConstructor public VSphereConnectionConfig(String vsHost, String credentialsId)
@CheckForNull public String getVsHost()
@DataBoundSetter public void setAllowUntrustedCertificate(boolean allowUntrustedCertificate)
public boolean getAllowUntrustedCertificate()
@CheckForNull public String getCredentialsId()
@CheckForNull public com.cloudbees.plugins.credentials.common.StandardCredentials getCredentials()
@CheckForNull public String getPassword()
@CheckForNull public String getUsername()
Copyright © 2016–2022. All rights reserved.