Uses of Class
com.vmware.nsx_policy.model.CommunityMatchCriteria.Builder
-
Packages that use CommunityMatchCriteria.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of CommunityMatchCriteria.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CommunityMatchCriteria.Builder Modifier and Type Method Description CommunityMatchCriteria.Builder
CommunityMatchCriteria.Builder. setCriteria(java.lang.String criteria)
Match criteria specified as a community list path or a regular expression.CommunityMatchCriteria.Builder
CommunityMatchCriteria.Builder. setMatchOperator(java.lang.String matchOperator)
Possible values are:CommunityMatchCriteria.MATCH_OPERATOR_ANY
CommunityMatchCriteria.MATCH_OPERATOR_ALL
CommunityMatchCriteria.MATCH_OPERATOR_EXACT
CommunityMatchCriteria.MATCH_OPERATOR_COMMUNITY_REGEX
CommunityMatchCriteria.MATCH_OPERATOR_LARGE_COMMUNITY_REGEX
Match operator for community list entries.
-