public static final class ALBL4RulePortMatch.Builder
extends java.lang.Object
ALBL4RulePortMatch.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBL4RulePortMatch. |
| Modifier and Type | Method and Description |
|---|---|
ALBL4RulePortMatch |
build() |
ALBL4RulePortMatch.Builder |
setMatchCriteria(java.lang.String matchCriteria)
Possible values are:
ALBL4RulePortMatch.MATCH_CRITERIA_IN
ALBL4RulePortMatch.MATCH_CRITERIA_NOT_IN
Criterion to use for Virtual Service port matching. |
ALBL4RulePortMatch.Builder |
setPortRanges(java.util.List<ALBPortRange> portRanges)
Range of TCP/UDP port numbers of the Virtual Service.
|
ALBL4RulePortMatch.Builder |
setPorts(java.util.List<java.lang.Long> ports)
Virtual Service's listening port(s).
|
public Builder()
ALBL4RulePortMatch.public ALBL4RulePortMatch.Builder setMatchCriteria(java.lang.String matchCriteria)
matchCriteria - New value for the property.public ALBL4RulePortMatch.Builder setPortRanges(java.util.List<ALBPortRange> portRanges)
portRanges - New value for the property.public ALBL4RulePortMatch.Builder setPorts(java.util.List<java.lang.Long> ports)
ports - New value for the property.public ALBL4RulePortMatch build()