From f784437fa0b7946e5ab7663d6712fe2f1ca5b3e9 Mon Sep 17 00:00:00 2001 From: Rich Tabedzki Date: Tue, 19 Sep 2017 18:07:31 +0000 Subject: Updated XSD Model and path properties Changes made: 1. updated XSD and aai-path documents 2. Updated named-query to support V11 data types Issue-ID: CCSDK-97 Change-Id: I02e2cd0246644ade1631db8e963a72ac3cb7cff6 Signed-off-by: Rich Tabedzki --- .../provider/src/main/resources/aai_schema_v11.xsd | 166 +++++++++++++++++++++ 1 file changed, 166 insertions(+) (limited to 'aai-service/provider/src/main/resources/aai_schema_v11.xsd') diff --git a/aai-service/provider/src/main/resources/aai_schema_v11.xsd b/aai-service/provider/src/main/resources/aai_schema_v11.xsd index 53b3acfa..a202d710 100755 --- a/aai-service/provider/src/main/resources/aai_schema_v11.xsd +++ b/aai-service/provider/src/main/resources/aai_schema_v11.xsd @@ -1712,6 +1712,170 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + + @org.openecomp.aai.annotations.Metadata(description="Persist common address information of external systems.",indexedProps="esr-system-info-id,system-name,system-type",searchable="esr-system-info-id,system-name,system-type",container="esr-system-info-list",dependentOn="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc") + + + + + + + @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of esr system info.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="name of external system.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="type of external systems.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="vendor of external systems.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="version of external systems.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="url used to access external systems.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="username used to access external systems.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="password used to access external systems.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="protocol of third party SDNC, for example netconf/snmp.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="ca file content if enabled ssl on auth-url.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Whether to verify VIM's certificate.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="service IP of ftp server.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="service port of ftp server.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="domain info for authentication.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="default tenant of VIM.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="ftp passive mode or not.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="resource or performance data file path.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="the status of external system.") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + + + + + + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Collection of persistent block-level external system auth info.") + + + + + + + @@ -1800,6 +1964,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + @@ -6892,6 +7057,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + -- cgit 1.2.3-korg