public abstract class BackendServiceOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackendServiceOptions.Builder |
Modifier and Type | Method and 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() |
@Nullable public abstract List<BackendService.Backend> backends()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.