Package com.zerog.ia.auto.project.vapp
Class VirtualHardwareProfile
- java.lang.Object
- 
- com.zerog.ia.auto.project.ProjectObject
- 
- com.zerog.ia.auto.project.vapp.VirtualHardwareProfile
 
 
- 
- All Implemented Interfaces:
- Referenceable
 
 public final class VirtualHardwareProfile extends ProjectObject The concept of hardware profiles is used to reflect concepts like configurations. For e.g. a hardware profile for an eval version may be very small with 1 cpu etc, whereas a hardware profile for enterprise version might be 8 cpu version
- 
- 
Constructor SummaryConstructors Constructor Description VirtualHardwareProfile()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AmazonInstanceTypegetAmazonInstanceType()Amazon Instance Type of the profilejava.util.List<VirtualHardwareEntity>getHardwareItems()Hardware Items in this profilejava.lang.StringgetProfileDescription()Description of the profilejava.lang.StringgetProfileId()ID of the profilevoidsetAmazonInstanceType(AmazonInstanceType AmazonInstanceType)Amazon Instance Type of the profilevoidsetHardwareItems(java.util.List<VirtualHardwareEntity> HardwareItems)Hardware Items in this profilevoidsetProfileDescription(java.lang.String ProfileDescription)Description of the profilevoidsetProfileId(java.lang.String ProfileId)ID of the profile- 
Methods inherited from class com.zerog.ia.auto.project.ProjectObjectequals, getReferenceID, hashCode, setReferenceID
 
- 
 
- 
- 
- 
Method Detail- 
getProfileIdpublic java.lang.String getProfileId() ID of the profile
 - 
setProfileIdpublic void setProfileId(java.lang.String ProfileId) ID of the profile
 - 
getProfileDescriptionpublic java.lang.String getProfileDescription() Description of the profile
 - 
setProfileDescriptionpublic void setProfileDescription(java.lang.String ProfileDescription) Description of the profile
 - 
getHardwareItemspublic java.util.List<VirtualHardwareEntity> getHardwareItems() Hardware Items in this profile
 - 
setHardwareItemspublic void setHardwareItems(java.util.List<VirtualHardwareEntity> HardwareItems) Hardware Items in this profile
 - 
getAmazonInstanceTypepublic AmazonInstanceType getAmazonInstanceType() Amazon Instance Type of the profile
 - 
setAmazonInstanceTypepublic void setAmazonInstanceType(AmazonInstanceType AmazonInstanceType) Amazon Instance Type of the profile
 
- 
 
-