Class UrlMap.PathMatcher
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.UrlMap.PathMatcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UrlMap.PathMatcher.PathRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static UrlMap.PathMatcher
create(String name, String description, URI defaultService, List<UrlMap.PathMatcher.PathRule> pathRules)
abstract URI
defaultService()
abstract String
description()
abstract String
name()
abstract List<UrlMap.PathMatcher.PathRule>
pathRules()
-
-
-
Method Detail
-
name
public abstract String name()
-
defaultService
public abstract URI defaultService()
-
pathRules
public abstract List<UrlMap.PathMatcher.PathRule> pathRules()
-
create
public static UrlMap.PathMatcher create(String name, @Nullable String description, URI defaultService, @Nullable List<UrlMap.PathMatcher.PathRule> pathRules)
-
-