Class 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 Detail

      • VirtualHardwareProfile

        public VirtualHardwareProfile()
    • Method Detail

      • getProfileId

        public java.lang.String getProfileId()
        ID of the profile
      • setProfileId

        public void setProfileId​(java.lang.String ProfileId)
        ID of the profile
      • getProfileDescription

        public java.lang.String getProfileDescription()
        Description of the profile
      • setProfileDescription

        public void setProfileDescription​(java.lang.String ProfileDescription)
        Description of the profile
      • getHardwareItems

        public java.util.List<VirtualHardwareEntity> getHardwareItems()
        Hardware Items in this profile
      • setHardwareItems

        public void setHardwareItems​(java.util.List<VirtualHardwareEntity> HardwareItems)
        Hardware Items in this profile
      • getAmazonInstanceType

        public AmazonInstanceType getAmazonInstanceType()
        Amazon Instance Type of the profile
      • setAmazonInstanceType

        public void setAmazonInstanceType​(AmazonInstanceType AmazonInstanceType)
        Amazon Instance Type of the profile