java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.storage.group.Partition

@ApiType("SoftLayer_Container_Product_Order_Storage_Group_Partition")
public class Partition
extends Entity
A storage group partition container used for a hardware server order.

This object describes the partitions for a single storage group that can be added to an order container.
See Also:
SoftLayer_Container_Product_Order_Storage_Group_Partition
  • Field Details

  • Constructor Details

    • Partition

      public Partition()
  • Method Details

    • getIsGrow

      public Boolean getIsGrow()
    • setIsGrow

      public void setIsGrow​(Boolean isGrow)
    • isIsGrowSpecified

      public boolean isIsGrowSpecified()
    • unsetIsGrow

      public void unsetIsGrow()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getSize

      public BigDecimal getSize()
    • setSize

      public void setSize​(BigDecimal size)
    • isSizeSpecified

      public boolean isSizeSpecified()
    • unsetSize

      public void unsetSize()