public class L4MatchAttributes extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| 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 sourceNamespace,
String sourceSubnet) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getDestinationSubnets() |
List<String> |
getGateways() |
Integer |
getPort() |
Map<String,String> |
getSourceLabels() |
String |
getSourceNamespace() |
String |
getSourceSubnet() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDestinationSubnets(List<String> destinationSubnets) |
void |
setGateways(List<String> gateways) |
void |
setPort(Integer port) |
void |
setSourceLabels(Map<String,String> sourceLabels) |
void |
setSourceNamespace(String sourceNamespace) |
void |
setSourceSubnet(String sourceSubnet) |
public L4MatchAttributes()
public Integer getPort()
public void setPort(Integer port)
public String getSourceNamespace()
public void setSourceNamespace(String sourceNamespace)
public String getSourceSubnet()
public void setSourceSubnet(String sourceSubnet)
Copyright © 2015–2022 Red Hat. All rights reserved.