public abstract class BackendService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackendService.Backend |
Modifier and Type | Method and Description |
---|---|
abstract 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 |
creationTimestamp() |
abstract String |
description() |
abstract String |
fingerprint() |
abstract List<URI> |
healthChecks() |
abstract String |
id() |
abstract String |
name() |
abstract int |
port() |
abstract String |
portName() |
abstract String |
protocol() |
abstract URI |
selfLink() |
abstract int |
timeoutSec() |
public abstract String id()
public abstract Date creationTimestamp()
public abstract URI selfLink()
public abstract String name()
@Nullable public abstract List<BackendService.Backend> backends()
public abstract int timeoutSec()
public abstract int port()
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)
timeoutSec
- Defaults to 30 when null.port
- Defaults to 80 when null.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.