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 class
RegionSecurityGroupNameAndPorts
Deprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped
.class
SecurityGroupInRegion
Deprecated.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_FUNCTION
Deprecated.static com.google.common.base.Function<RegionAndName,String>
RegionAndName. REGION_FUNCTION
Deprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return RegionAndName Modifier and Type Method Description static RegionAndName
RegionAndName. fromRegionAndName(String regionId, String name)
Deprecated.static RegionAndName
RegionAndName. fromSlashEncoded(String name)
Deprecated.
-