Uses of Class
org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndName
- 
Packages that use RegionAndName Package Description org.jclouds.openstack.nova.v2_0.domain.zonescoped  - 
- 
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.domain.zonescoped
Subclasses of RegionAndName in org.jclouds.openstack.nova.v2_0.domain.zonescoped Modifier and Type Class Description classRegionSecurityGroupNameAndPortsDeprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped.classSecurityGroupInRegionDeprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped.Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped with type parameters of type RegionAndName Modifier and Type Field Description static com.google.common.base.Function<RegionAndName,String>RegionAndName. NAME_FUNCTIONDeprecated.static com.google.common.base.Function<RegionAndName,String>RegionAndName. REGION_FUNCTIONDeprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return RegionAndName Modifier and Type Method Description static RegionAndNameRegionAndName. fromRegionAndName(String regionId, String name)Deprecated.static RegionAndNameRegionAndName. fromSlashEncoded(String name)Deprecated. 
 -