public abstract static class LoadBalancer.ServerIp extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoadBalancer.ServerIp.CreateServerIp |
Constructor and Description |
---|
ServerIp() |
Modifier and Type | Method and Description |
---|---|
static LoadBalancer.ServerIp |
create(String id,
String ip,
String serverName) |
abstract String |
id() |
abstract String |
ip() |
abstract String |
serverName() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.