| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBWafPSMLocation.Builder |
ALBWafPSMLocation.Builder.setDescription(java.lang.String description)
Free-text comment about this location.
|
ALBWafPSMLocation.Builder |
ALBWafPSMLocation.Builder.setIndex(java.lang.Long index)
Location index, this is used to determine the order of the locations.
|
ALBWafPSMLocation.Builder |
ALBWafPSMLocation.Builder.setMatch(ALBWafPSMLocationMatch match) |
ALBWafPSMLocation.Builder |
ALBWafPSMLocation.Builder.setName(java.lang.String name)
User defined name for this location, it must be unique in the group.
|
ALBWafPSMLocation.Builder |
ALBWafPSMLocation.Builder.setRules(java.util.List<ALBWafPSMRule> rules)
A list of rules which should be applied on this location.
|