Class ComputeDeviceType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ComputeDeviceType
All Implemented Interfaces:
Serializable

public class ComputeDeviceType extends MorpheusModel
See Also:
  • Field Details

  • Constructor Details

    • ComputeDeviceType

      public ComputeDeviceType()
  • Method Details

    • getFamily

      public ComputeDeviceType.Family getFamily()
    • setFamily

      public void setFamily(ComputeDeviceType.Family family)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getBusType

      public String getBusType()
    • setBusType

      public void setBusType(String busType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMatchPattern

      public String getMatchPattern()
    • setMatchPattern

      public void setMatchPattern(String matchPattern)
    • getVendorId

      public Integer getVendorId()
    • setVendorId

      public void setVendorId(Integer vendorId)
    • getVendorName

      public String getVendorName()
    • setVendorName

      public void setVendorName(String vendorName)
    • getProductId

      public Integer getProductId()
    • setProductId

      public void setProductId(Integer productId)
    • getCapabilityType

      public String getCapabilityType()
    • setCapabilityType

      public void setCapabilityType(String capabilityType)
    • getProductName

      public String getProductName()
    • setProductName

      public void setProductName(String productName)
    • getHotpluggable

      public Boolean getHotpluggable()
    • setHotpluggable

      public void setHotpluggable(Boolean hotpluggable)
    • getAssignable

      public Boolean getAssignable()
    • setAssignable

      public void setAssignable(Boolean assignable)