java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.configuration.storage.group.Order

@ApiType("SoftLayer_Configuration_Storage_Group_Order")
public class Order
extends Entity
Single storage group(array) used for a hardware server order.

If a raid configuration is required this object will describe a single array that will be configured on the server. If the server requires more than one array, a storage group will need to be created for each array.
See Also:
SoftLayer_Configuration_Storage_Group_Order
  • Field Details

  • Constructor Details

    • Order

      public Order()
  • Method Details

    • getArrayType

      public Type getArrayType()
    • setArrayType

      public void setArrayType​(Type arrayType)
    • getBillingOrderItem

      public Item getBillingOrderItem()
    • setBillingOrderItem

      public void setBillingOrderItem​(Item billingOrderItem)
    • getArrayNumber

      public Long getArrayNumber()
    • setArrayNumber

      public void setArrayNumber​(Long arrayNumber)
    • isArrayNumberSpecified

      public boolean isArrayNumberSpecified()
    • unsetArrayNumber

      public void unsetArrayNumber()
    • getArraySize

      public BigDecimal getArraySize()
    • setArraySize

      public void setArraySize​(BigDecimal arraySize)
    • isArraySizeSpecified

      public boolean isArraySizeSpecified()
    • unsetArraySize

      public void unsetArraySize()
    • getArrayTypeId

      public Long getArrayTypeId()
    • setArrayTypeId

      public void setArrayTypeId​(Long arrayTypeId)
    • isArrayTypeIdSpecified

      public boolean isArrayTypeIdSpecified()
    • unsetArrayTypeId

      public void unsetArrayTypeId()
    • getBillingOrderItemId

      public Long getBillingOrderItemId()
    • setBillingOrderItemId

      public void setBillingOrderItemId​(Long billingOrderItemId)
    • isBillingOrderItemIdSpecified

      public boolean isBillingOrderItemIdSpecified()
    • unsetBillingOrderItemId

      public void unsetBillingOrderItemId()
    • getController

      public Long getController()
    • setController

      public void setController​(Long controller)
    • isControllerSpecified

      public boolean isControllerSpecified()
    • unsetController

      public void unsetController()
    • getHardDrives

      public List<Long> getHardDrives()
    • isHardDrivesSpecified

      public boolean isHardDrivesSpecified()
    • unsetHardDrives

      public void unsetHardDrives()
    • getHotSpareDrives

      public List<Long> getHotSpareDrives()
    • isHotSpareDrivesSpecified

      public boolean isHotSpareDrivesSpecified()
    • unsetHotSpareDrives

      public void unsetHotSpareDrives()
    • getLvmFlag

      public Boolean getLvmFlag()
    • setLvmFlag

      public void setLvmFlag​(Boolean lvmFlag)
    • isLvmFlagSpecified

      public boolean isLvmFlagSpecified()
    • unsetLvmFlag

      public void unsetLvmFlag()
    • getPartitionData

      public String getPartitionData()
    • setPartitionData

      public void setPartitionData​(String partitionData)
    • isPartitionDataSpecified

      public boolean isPartitionDataSpecified()
    • unsetPartitionData

      public void unsetPartitionData()