Class UrlMap.PathMatcher
java.lang.Object
org.jclouds.googlecomputeengine.domain.UrlMap.PathMatcher
- Enclosing class:
UrlMap
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UrlMap.PathMatcher
create
(String name, String description, URI defaultService, List<UrlMap.PathMatcher.PathRule> pathRules) abstract URI
abstract String
abstract String
name()
abstract List
<UrlMap.PathMatcher.PathRule>
-
Method Details
-
name
-
description
-
defaultService
-
pathRules
-
create
public static UrlMap.PathMatcher create(String name, @Nullable String description, URI defaultService, @Nullable List<UrlMap.PathMatcher.PathRule> pathRules)
-