Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMapValidateResult
Packages that use UrlMapValidateResult
-
Uses of UrlMapValidateResult in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMapValidateResultModifier and TypeMethodDescriptionstatic 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 UrlMapValidateResultModifier and TypeMethodDescriptionRuns the tests specified for the give urlMap resource.UrlMapApi.validate
(String urlMapName, UrlMapOptions options) Runs the tests specified for the give urlMap resource.