public class L4MatchAttributes extends Object implements Serializable
| Constructor and Description |
|---|
L4MatchAttributes()
No args constructor for use in serialization
|
L4MatchAttributes(List<String> destinationSubnets,
List<String> gateways,
Integer port,
Map<String,String> sourceLabels,
String sourceSubnet) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDestinationSubnets() |
List<String> |
getGateways() |
Integer |
getPort() |
Map<String,String> |
getSourceLabels() |
String |
getSourceSubnet() |
void |
setDestinationSubnets(List<String> destinationSubnets) |
void |
setGateways(List<String> gateways) |
void |
setPort(Integer port) |
void |
setSourceLabels(Map<String,String> sourceLabels) |
void |
setSourceSubnet(String sourceSubnet) |
public L4MatchAttributes()
Copyright © 2017–2018 Red Hat. All rights reserved.