Class BackendServiceOptions
- java.lang.Object
-
- org.jclouds.googlecomputeengine.options.BackendServiceOptions
-
public abstract class BackendServiceOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BackendServiceOptions.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<BackendService.Backend>
backends()
abstract String
description()
abstract String
fingerprint()
abstract List<URI>
healthChecks()
abstract String
name()
abstract Integer
port()
abstract String
portName()
abstract String
protocol()
abstract Integer
timeoutSec()
-
-
-
Method Detail
-
backends
@Nullable public abstract List<BackendService.Backend> backends()
-
-