Class VolumeType

java.lang.Object
com.woorea.openstack.cinder.model.VolumeType
All Implemented Interfaces:
Serializable

public class VolumeType extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • VolumeType

      public VolumeType()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • getName

      public String getName()
      Returns:
      the name
    • getExtraSpecs

      public Map<String,String> getExtraSpecs()
      Returns:
      the extra_specs
    • toString

      public String toString()
      Overrides:
      toString in class Object