From 48a1b68694d197030046cd96ac7d5157f08c724c Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 26 Jun 2017 18:20:10 +0300 Subject: [PATCH] Add constants for PAREMT and CHILD vif types Change-Id: If7f1895db746d95d5f71360e0ca1e05feeda5db8 --- vmware_nsxlib/v3/nsx_constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vmware_nsxlib/v3/nsx_constants.py b/vmware_nsxlib/v3/nsx_constants.py index 43c5e8f2..dd309525 100644 --- a/vmware_nsxlib/v3/nsx_constants.py +++ b/vmware_nsxlib/v3/nsx_constants.py @@ -28,6 +28,9 @@ ATTACHMENT_MDPROXY = "METADATA_PROXY" VIF_RESOURCE_TYPE = "VifAttachmentContext" +VIF_TYPE_PARENT = "PARENT" +VIF_TYPE_CHILD = "CHILD" + ALLOCATE_ADDRESS_NONE = "None" # NSXv3 L2 Gateway constants