Uses of Class
org.jclouds.openstack.nova.v2_0.domain.VolumeType

Packages that use VolumeType
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

Uses of VolumeType in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return VolumeType
 VolumeType VolumeType.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type VolumeType
 T VolumeType.Builder.fromVolumeType(VolumeType in)
           
 

Uses of VolumeType in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return VolumeType
 VolumeType VolumeTypeApi.create(String name, CreateVolumeTypeOptions... options)
          Creates a new volume type
 VolumeType VolumeTypeApi.get(String id)
          Gets a volume type
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type VolumeType
 com.google.common.collect.FluentIterable<VolumeType> VolumeTypeApi.list()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.