From 5fd6f294a014124a12de79fb63ad1c9d8bb86766 Mon Sep 17 00:00:00 2001 From: "Threefoot, Jane (jt6620)" Date: Thu, 31 Aug 2017 15:15:15 -0400 Subject: [AAI-252 Amsterdam] configuration of hostroutes Change-Id: I95c41f69af75b21a2476cd8e6ef83b0bc4dea7de Signed-off-by: Threefoot, Jane (jt6620) --- .../main/resources/aai_schema/aai_schema_v11.xsd | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'aai-schema/src/main/resources/aai_schema') diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd index 90c02529..70cfa328 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd @@ -4657,6 +4657,60 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + + @org.openecomp.aai.annotations.Metadata(indexedProps="host-route-id",dependentOn="subnet",container="host-routes") + + + + + + + @org.openecomp.aai.annotations.Metadata(isKey=true,description="host-route id") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="subnet prefix") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Could be ip-address, hostname, or service-instance") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Should be ip-address, hostname, or service-instance to match next-hop") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + + + + + + + + + + + + + + @@ -4749,6 +4803,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + @org.openecomp.aai.annotations.Metadata(description="ip address assignment direction of the subnet") + + + @@ -4756,6 +4817,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + -- cgit 1.2.3-korg