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 UrlMapValidateResultUrlMapValidateResult. allPass()static UrlMapValidateResultUrlMapValidateResult. create(Boolean loadSucceeded, List<String> loadErrors, Boolean testPassed, List<UrlMapValidateResult.UrlMapValidateResultInternal.TestFailure> testFailures)static UrlMapValidateResultUrlMapValidateResult. 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 UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMap urlMap)Runs the tests specified for the give urlMap resource.UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMapOptions options)Runs the tests specified for the give urlMap resource.
-