Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap
Packages that use UrlMap
-
Uses of UrlMap in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMapModifier and TypeMethodDescriptionstatic UrlMap
UrlMap.create
(String id, Date creationTimestamp, URI selfLink, String name, String description, List<UrlMap.HostRule> hostRules, List<UrlMap.PathMatcher> pathMatchers, List<UrlMap.UrlMapTest> urlMapTests, URI defaultService, String fingerprint) -
Uses of UrlMap in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return UrlMapModifier and TypeMethodDescriptionReturns the specified urlMap resource by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type UrlMapModifier and TypeMethodDescriptionUrlMapApi.UrlMapPages.fetchNextPage
(ListOptions options) UrlMapApi.list()
UrlMapApi.list
(ListOptions options) UrlMapApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of urlMap resources available to the specified project.Methods in org.jclouds.googlecomputeengine.features with parameters of type UrlMapModifier and TypeMethodDescriptionRuns the tests specified for the give urlMap resource.