Package com.zerog.ia.auto.project
Class ApplianceBuildConfiguration
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.ApplianceBuildConfiguration
-
- All Implemented Interfaces:
Referenceable
public final class ApplianceBuildConfiguration extends ProjectObject
Build Configuration for the Virtual Appliance
-
-
Constructor Summary
Constructors Constructor Description ApplianceBuildConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAddToProjectBuild()
Whether this configuration needs to be enabled for project buildVirtualAppliance
getApplianceSettings()
Appliance Related Settingsjava.lang.String
getBuildOutputLocation()
Output location for the Build ConfigurationCredentialInformation
getCredentialInformation()
Credential Information for the appliance.CredentialInformation
getDeploymentCredentialInformation()
Credential Information for deploying the appliance.java.lang.String
getNameOfConfiguration()
Display name for the Appliance Build ConfigurationTargetHypervisorType
getSupportedHypervisorType()
tags associated with this configurationvoid
setAddToProjectBuild(boolean AddToProjectBuild)
Whether this configuration needs to be enabled for project buildvoid
setApplianceSettings(VirtualAppliance ApplianceSettings)
Appliance Related Settingsvoid
setBuildOutputLocation(java.lang.String BuildOutputLocation)
Output location for the Build Configurationvoid
setCredentialInformation(CredentialInformation CredentialInformation)
Credential Information for the appliance.void
setDeploymentCredentialInformation(CredentialInformation DeploymentCredentialInformation)
Credential Information for deploying the appliance.void
setNameOfConfiguration(java.lang.String NameOfConfiguration)
Display name for the Appliance Build Configurationvoid
setSupportedHypervisorType(TargetHypervisorType SupportedHypervisorType)
tags associated with this configuration-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getNameOfConfiguration
public java.lang.String getNameOfConfiguration()
Display name for the Appliance Build Configuration
-
setNameOfConfiguration
public void setNameOfConfiguration(java.lang.String NameOfConfiguration)
Display name for the Appliance Build Configuration
-
getBuildOutputLocation
public java.lang.String getBuildOutputLocation()
Output location for the Build Configuration
-
setBuildOutputLocation
public void setBuildOutputLocation(java.lang.String BuildOutputLocation)
Output location for the Build Configuration
-
getAddToProjectBuild
public boolean getAddToProjectBuild()
Whether this configuration needs to be enabled for project build
-
setAddToProjectBuild
public void setAddToProjectBuild(boolean AddToProjectBuild)
Whether this configuration needs to be enabled for project build
-
getSupportedHypervisorType
public TargetHypervisorType getSupportedHypervisorType()
tags associated with this configuration
-
setSupportedHypervisorType
public void setSupportedHypervisorType(TargetHypervisorType SupportedHypervisorType)
tags associated with this configuration
-
getApplianceSettings
public VirtualAppliance getApplianceSettings()
Appliance Related Settings
-
setApplianceSettings
public void setApplianceSettings(VirtualAppliance ApplianceSettings)
Appliance Related Settings
-
getCredentialInformation
public CredentialInformation getCredentialInformation()
Credential Information for the appliance. Use
-
setCredentialInformation
public void setCredentialInformation(CredentialInformation CredentialInformation)
Credential Information for the appliance. Use
-
getDeploymentCredentialInformation
public CredentialInformation getDeploymentCredentialInformation()
Credential Information for deploying the appliance. Use
-
setDeploymentCredentialInformation
public void setDeploymentCredentialInformation(CredentialInformation DeploymentCredentialInformation)
Credential Information for deploying the appliance. Use
-
-