java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.storage.Property

@ApiType("SoftLayer_Network_Storage_Property")
public class Property
extends Entity
A property provides additional information about a volume which it is assigned to. This information can range from "Mountable" flags to utilized snapshot space.
See Also:
SoftLayer_Network_Storage_Property
  • Field Details

  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getVolume

      public Storage getVolume()
    • setVolume

      public void setVolume​(Storage volume)
    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • getModifyDate

      public GregorianCalendar getModifyDate()
    • setModifyDate

      public void setModifyDate​(GregorianCalendar modifyDate)
    • isModifyDateSpecified

      public boolean isModifyDateSpecified()
    • unsetModifyDate

      public void unsetModifyDate()
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()
    • getVolumeId

      public Long getVolumeId()
    • setVolumeId

      public void setVolumeId​(Long volumeId)
    • isVolumeIdSpecified

      public boolean isVolumeIdSpecified()
    • unsetVolumeId

      public void unsetVolumeId()