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.BuilderCommunityMatchCriteria.Builder. setCriteria(java.lang.String criteria)Match criteria specified as a community list path or a regular expression.CommunityMatchCriteria.BuilderCommunityMatchCriteria.Builder. setMatchOperator(java.lang.String matchOperator)Possible values are:CommunityMatchCriteria.MATCH_OPERATOR_ANYCommunityMatchCriteria.MATCH_OPERATOR_ALLCommunityMatchCriteria.MATCH_OPERATOR_EXACTCommunityMatchCriteria.MATCH_OPERATOR_COMMUNITY_REGEXCommunityMatchCriteria.MATCH_OPERATOR_LARGE_COMMUNITY_REGEXMatch operator for community list entries.
-