java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.workload.citrix.workspace.order.SharedStorage

@ApiType("SoftLayer_Workload_Citrix_Workspace_Order_SharedStorage")
public class SharedStorage
extends Entity
This is the datatype that can be populated by the customer to provide NFS shared storage information for VMware orders.
See Also:
SoftLayer_Workload_Citrix_Workspace_Order_SharedStorage
  • Field Details

  • Constructor Details

    • SharedStorage

      public SharedStorage()
  • Method Details

    • getIops

      public String getIops()
    • setIops

      public void setIops​(String iops)
    • isIopsSpecified

      public boolean isIopsSpecified()
    • unsetIops

      public void unsetIops()
    • getQuantity

      public Long getQuantity()
    • setQuantity

      public void setQuantity​(Long quantity)
    • isQuantitySpecified

      public boolean isQuantitySpecified()
    • unsetQuantity

      public void unsetQuantity()
    • getSize

      public String getSize()
    • setSize

      public void setSize​(String size)
    • isSizeSpecified

      public boolean isSizeSpecified()
    • unsetSize

      public void unsetSize()
    • getVolume

      public Long getVolume()
    • setVolume

      public void setVolume​(Long volume)
    • isVolumeSpecified

      public boolean isVolumeSpecified()
    • unsetVolume

      public void unsetVolume()