Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMapValidateResult
-
Packages that use UrlMapValidateResult Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of UrlMapValidateResult in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMapValidateResult Modifier and Type Method Description static UrlMapValidateResult
UrlMapValidateResult. allPass()
static UrlMapValidateResult
UrlMapValidateResult. create(Boolean loadSucceeded, List<String> loadErrors, Boolean testPassed, List<UrlMapValidateResult.UrlMapValidateResultInternal.TestFailure> testFailures)
static UrlMapValidateResult
UrlMapValidateResult. create(UrlMapValidateResult.UrlMapValidateResultInternal result)
-
Uses of UrlMapValidateResult in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return UrlMapValidateResult Modifier and Type Method Description UrlMapValidateResult
UrlMapApi. validate(String urlMapName, UrlMap urlMap)
Runs the tests specified for the give urlMap resource.UrlMapValidateResult
UrlMapApi. validate(String urlMapName, UrlMapOptions options)
Runs the tests specified for the give urlMap resource.
-