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

@ApiType("SoftLayer_Network_Storage_Partnership_Type")
public class Type
extends Entity
A network storage partnership type is used to define the link between two volumes.
See Also:
SoftLayer_Network_Storage_Partnership_Type
  • Field Details

    • description

      @ApiProperty(canBeNullOrNotSet=true) protected String description
      A type's description, for example 'ISCSI snapshot partnership'.
    • descriptionSpecified

      protected boolean descriptionSpecified
    • keyname

      @ApiProperty(canBeNullOrNotSet=true) protected String keyname
      A type's key name, for example 'ISCSI_SNAPSHOT'.
    • keynameSpecified

      protected boolean keynameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      A type's name, for example 'ISCSI Snapshot'.
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()
    • getKeyname

      public String getKeyname()
    • setKeyname

      public void setKeyname​(String keyname)
    • isKeynameSpecified

      public boolean isKeynameSpecified()
    • unsetKeyname

      public void unsetKeyname()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()