Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap.UrlMapTest
-
Packages that use UrlMap.UrlMapTest Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options -
-
Uses of UrlMap.UrlMapTest in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap.UrlMapTest Modifier and Type Method Description static UrlMap.UrlMapTest
UrlMap.UrlMapTest. create(String description, String host, String path, URI service)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type UrlMap.UrlMapTest Modifier and Type Method Description abstract List<UrlMap.UrlMapTest>
UrlMap. urlMapTests()
-
Uses of UrlMap.UrlMapTest in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return types with arguments of type UrlMap.UrlMapTest Modifier and Type Method Description abstract List<UrlMap.UrlMapTest>
UrlMapOptions. tests()
Method parameters in org.jclouds.googlecomputeengine.options with type arguments of type UrlMap.UrlMapTest Modifier and Type Method Description UrlMapOptions.Builder
UrlMapOptions.Builder. tests(List<UrlMap.UrlMapTest> tests)
The list of expected URL mappings.
-