Class BackendService
java.lang.Object
org.jclouds.googlecomputeengine.domain.BackendService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract List
<BackendService.Backend> backends()
static BackendService
create
(String id, Date creationTimestamp, URI selfLink, String name, String description, List<BackendService.Backend> backends, List<URI> healthChecks, Integer timeoutSec, Integer port, String protocol, String fingerprint, String portName) abstract Date
abstract String
abstract String
abstract String
id()
abstract String
name()
abstract int
port()
abstract String
portName()
abstract String
protocol()
abstract URI
selfLink()
abstract int
-
Method Details
-
id
-
creationTimestamp
-
selfLink
-
name
-
description
-
backends
-
healthChecks
-
timeoutSec
public abstract int timeoutSec() -
port
public abstract int port() -
protocol
-
fingerprint
-
portName
-
create
public static BackendService create(String id, Date creationTimestamp, URI selfLink, String name, @Nullable String description, @Nullable List<BackendService.Backend> backends, List<URI> healthChecks, @Nullable Integer timeoutSec, @Nullable Integer port, @Nullable String protocol, @Nullable String fingerprint, String portName) - Parameters:
timeoutSec
- Defaults to 30 when null.port
- Defaults to 80 when null.
-