Class VolumeType

java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.VolumeType

public class VolumeType extends Object
Volume Type used in the Volume Type Extension for Nova
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static VolumeType.Builder<?> builder()
    • toBuilder

      public VolumeType.Builder<?> toBuilder()
    • getId

      public String getId()
    • getName

      public String getName()
    • getCreated

      public Date getCreated()
      The Date the VolumeType was created
    • getUpdated

      public com.google.common.base.Optional<Date> getUpdated()
      The Date the VolumeType as last updated - absent if no updates have taken place
    • getExtraSpecs

      public Map<String,String> getExtraSpecs()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object