public abstract static class LoadBalancer.Rule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoadBalancer.Rule.AddRule |
static class |
LoadBalancer.Rule.CreatePayload |
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
static LoadBalancer.Rule |
create(String id,
Types.RuleProtocol protocol,
Integer portBalancer,
Integer portServer,
String source) |
abstract String |
id() |
abstract Integer |
portBalancer() |
abstract Integer |
portServer() |
abstract Types.RuleProtocol |
protocol() |
abstract String |
source() |
@Nullable public abstract Types.RuleProtocol protocol()
public static LoadBalancer.Rule create(String id, Types.RuleProtocol protocol, Integer portBalancer, Integer portServer, String source)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.