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) --- .../org/onap/pomba/common/datatypes/Attribute.java | 4 +- src/main/resources/commonModel.html | 45 ++++++++-------------- 2 files changed, 18 insertions(+), 31 deletions(-) (limited to 'src/main') 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() { diff --git a/src/main/resources/commonModel.html b/src/main/resources/commonModel.html index f4b51f6..e3f6498 100644 --- a/src/main/resources/commonModel.html +++ b/src/main/resources/commonModel.html @@ -779,6 +779,21 @@ POMBA Audit Context Builder API + + optional + - + + + + + logicalLinkList + + + + array[LogicalLink] + + + optional - @@ -891,21 +906,6 @@ POMBA Audit Context Builder API - - networks - - - - array[Network] - - - - - optional - - - - - attributes @@ -1122,21 +1122,6 @@ POMBA Audit Context Builder API - - logicalLinkList - - - - array[LogicalLink] - - - - - optional - - - - - attributes -- cgit 1.2.3-korg