Class VolumeTypeForCreate

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

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

  • Constructor Details

    • VolumeTypeForCreate

      public VolumeTypeForCreate()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getExtraSpecs

      public Map<String,String> getExtraSpecs()
      Returns:
      the extraSpecs
    • setExtraSpecs

      public void setExtraSpecs(Map<String,String> extraSpecs)
      Parameters:
      extraSpecs - the extra_specs to set
    • toString

      public String toString()
      Overrides:
      toString in class Object