diff --git a/vmware_nsxlib/v3/policy/constants.py b/vmware_nsxlib/v3/policy/constants.py index ef8fe102..81bf0732 100644 --- a/vmware_nsxlib/v3/policy/constants.py +++ b/vmware_nsxlib/v3/policy/constants.py @@ -26,8 +26,10 @@ ANY_SERVICE = 'ANY' CONDITION_KEY_TAG = 'Tag' CONDITION_KEY_NAME = 'Name' +CONDITION_MEMBER_IPSET = 'IPSet' CONDITION_MEMBER_VM = 'VirtualMachine' CONDITION_MEMBER_PORT = 'LogicalPort' +CONDITION_MEMBER_SWITCH = 'LogicalSwitch' CONDITION_OP_EQUALS = 'EQUALS' CONDITION_OP_CONTAINS = 'CONTAINS' CONDITION_OP_STARTS_WITH = 'STARTSWITH'