From f512b54fcc230ed1d8ef0746b0b67f73009b5b6e Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Wed, 6 Feb 2019 15:51:16 -0500 Subject: Update attribute names Update attribute names for l-interface and Logical-link Issue-ID: LOG-767 Issue-ID: LOG-766 Change-Id: I91a36f0d5574be3d8ae19e4838f4bc441558c9f1 Signed-off-by: Leigh, Phillip (pl876u) --- src/main/java/org/onap/pomba/common/datatypes/Attribute.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/java/org') diff --git a/src/main/java/org/onap/pomba/common/datatypes/Attribute.java b/src/main/java/org/onap/pomba/common/datatypes/Attribute.java index 13e9401..ad786d3 100644 --- a/src/main/java/org/onap/pomba/common/datatypes/Attribute.java +++ b/src/main/java/org/onap/pomba/common/datatypes/Attribute.java @@ -79,7 +79,9 @@ public class Attribute { topology, purpose, description, - equipmentID + equipmentID, + ipVersion, + linkRole } @ApiModelProperty(value = "Name of the attribute") public Name getName() { -- cgit 1.2.3-korg