| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBL4RulePortMatch.Builder |
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 |
ALBL4RulePortMatch.Builder.setPortRanges(java.util.List<ALBPortRange> portRanges)
Range of TCP/UDP port numbers of the Virtual Service.
|
ALBL4RulePortMatch.Builder |
ALBL4RulePortMatch.Builder.setPorts(java.util.List<java.lang.Long> ports)
Virtual Service's listening port(s).
|