public class L4MatchAttributesFluent<A extends L4MatchAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
L4MatchAttributesFluent() |
L4MatchAttributesFluent(L4MatchAttributes instance) |
public L4MatchAttributesFluent()
public L4MatchAttributesFluent(L4MatchAttributes instance)
protected void copyInstance(L4MatchAttributes instance)
public A addAllToDestinationSubnets(Collection<String> items)
public A removeAllFromDestinationSubnets(Collection<String> items)
public String getDestinationSubnet(int index)
public String getFirstDestinationSubnet()
public String getLastDestinationSubnet()
public String getMatchingDestinationSubnet(Predicate<String> predicate)
public boolean hasMatchingDestinationSubnet(Predicate<String> predicate)
public boolean hasDestinationSubnets()
public A addAllToGateways(Collection<String> items)
public A removeAllFromGateways(Collection<String> items)
public String getGateway(int index)
public String getFirstGateway()
public String getLastGateway()
public boolean hasGateways()
public Integer getPort()
public boolean hasPort()
public boolean hasSourceLabels()
public String getSourceNamespace()
public boolean hasSourceNamespace()
public String getSourceSubnet()
public boolean hasSourceSubnet()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends L4MatchAttributesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends L4MatchAttributesFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.