aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml271
1 files changed, 175 insertions, 96 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml b/aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml
index ce6f17a0..b25b7145 100644
--- a/aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v11/aai_oxm_v11.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
============LICENSE_START=======================================================
@@ -21,10 +20,9 @@
ECOMP is a trademark and service mark of AT&T Intellectual Property.
--->
-<xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="inventory.aai.onap.org.v11" xml-mapping-metadata-complete="true">
+--><xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="inventory.aai.onap.org.v11" xml-mapping-metadata-complete="true">
<xml-schema element-form-default="QUALIFIED">
- <xml-ns namespace-uri="http://org.openecomp.aai.inventory/v11" />
+ <xml-ns namespace-uri="http://org.openecomp.aai.inventory/v11"/>
</xml-schema>
<java-types>
<java-type name="Inventory">
@@ -33,7 +31,7 @@
<xml-element java-attribute="search" name="search" type="inventory.aai.onap.org.v11.Search"/>
<xml-element java-attribute="actions" name="actions" type="inventory.aai.onap.org.v11.Actions"/>
<xml-element java-attribute="cloudInfrastructure" name="cloud-infrastructure" type="inventory.aai.onap.org.v11.CloudInfrastructure"/>
- <xml-element java-attribute="externalSystem" name="external-system" type="inventory.aai.onap.org.v11.ExternalSystem" />
+ <xml-element java-attribute="externalSystem" name="external-system" type="inventory.aai.onap.org.v11.ExternalSystem"/>
<xml-element java-attribute="business" name="business" type="inventory.aai.onap.org.v11.Business"/>
<xml-element java-attribute="serviceDesignAndCreation" name="service-design-and-creation" type="inventory.aai.onap.org.v11.ServiceDesignAndCreation"/>
<xml-element java-attribute="network" name="network" type="inventory.aai.onap.org.v11.Network"/>
@@ -176,6 +174,7 @@
<java-type name="Update">
<xml-properties>
<xml-property name="description" value="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team."/>
+ <xml-property name="requiredProps" value="update-node-type"/>
</xml-properties>
<xml-root-element name="update"/>
<java-attributes>
@@ -231,266 +230,270 @@
<java-type name="ExternalSystem">
<xml-properties>
- <xml-property name="description" value="Namespace for external system." />
+ <xml-property name="description" value="Namespace for external system."/>
</xml-properties>
- <xml-root-element name="external-system" />
+ <xml-root-element name="external-system"/>
<java-attributes>
- <xml-element java-attribute="esrEmsList" name="esr-ems-list" type="inventory.aai.onap.org.v11.EsrEmsList" />
- <xml-element java-attribute="esrVnfmList" name="esr-vnfm-list" type="inventory.aai.onap.org.v11.EsrVnfmList" />
- <xml-element java-attribute="esrThirdpartySdncList" name="esr-thirdparty-sdnc-list" type="inventory.aai.onap.org.v11.EsrThirdpartySdncList" />
+ <xml-element java-attribute="esrEmsList" name="esr-ems-list" type="inventory.aai.onap.org.v11.EsrEmsList"/>
+ <xml-element java-attribute="esrVnfmList" name="esr-vnfm-list" type="inventory.aai.onap.org.v11.EsrVnfmList"/>
+ <xml-element java-attribute="esrThirdpartySdncList" name="esr-thirdparty-sdnc-list" type="inventory.aai.onap.org.v11.EsrThirdpartySdncList"/>
</java-attributes>
</java-type>
<java-type name="EsrEmsList">
- <xml-root-element name="esr-ems-list" />
+ <xml-root-element name="esr-ems-list"/>
<java-attributes>
- <xml-element container-type="java.util.ArrayList" java-attribute="esrEms" name="esr-ems" type="inventory.aai.onap.org.v11.EsrEms" />
+ <xml-element container-type="java.util.ArrayList" java-attribute="esrEms" name="esr-ems" type="inventory.aai.onap.org.v11.EsrEms"/>
</java-attributes>
<xml-properties>
- <xml-property name="maximumDepth" value="0" />
+ <xml-property name="maximumDepth" value="0"/>
</xml-properties>
</java-type>
<java-type name="EsrEms">
- <xml-root-element name="esr-ems" />
+ <xml-root-element name="esr-ems"/>
<java-attributes>
<xml-element java-attribute="emsId" name="ems-id" required="true" type="java.lang.String" xml-key="true">
<xml-properties>
- <xml-property name="description" value="Unique ID of EMS." />
+ <xml-property name="description" value="Unique ID of EMS."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete." />
+ <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList" />
- <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" />
+ <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList"/>
+ <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList"/>
</java-attributes>
<xml-properties>
- <xml-property name="description" value="Persist EMS address information used by EMS driver." />
- <xml-property name="indexedProps" value="ems-id" />
- <xml-property name="searchable" value="ems-id" />
- <xml-property name="container" value="esr-ems-list" />
- <xml-property name="namespace" value="external-system" />
- </xml-properties>
+ <xml-property name="description" value="Persist EMS address information used by EMS driver."/>
+ <xml-property name="indexedProps" value="ems-id"/>
+ <xml-property name="searchable" value="ems-id"/>
+ <xml-property name="container" value="esr-ems-list"/>
+ <xml-property name="namespace" value="external-system"/>
+ <xml-property name="requiredProps" value="ems-id"/>
+ </xml-properties>
</java-type>
<java-type name="EsrVnfmList">
- <xml-root-element name="esr-vnfm-list" />
+ <xml-root-element name="esr-vnfm-list"/>
<java-attributes>
- <xml-element container-type="java.util.ArrayList" java-attribute="esrVnfm" name="esr-vnfm" type="inventory.aai.onap.org.v11.EsrVnfm" />
+ <xml-element container-type="java.util.ArrayList" java-attribute="esrVnfm" name="esr-vnfm" type="inventory.aai.onap.org.v11.EsrVnfm"/>
</java-attributes>
<xml-properties>
- <xml-property name="maximumDepth" value="0" />
+ <xml-property name="maximumDepth" value="0"/>
</xml-properties>
</java-type>
<java-type name="EsrVnfm">
- <xml-root-element name="esr-vnfm" />
+ <xml-root-element name="esr-vnfm"/>
<java-attributes>
<xml-element java-attribute="vnfmId" name="vnfm-id" required="true" type="java.lang.String" xml-key="true">
<xml-properties>
- <xml-property name="description" value="Unique ID of VNFM." />
+ <xml-property name="description" value="Unique ID of VNFM."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="vimId" name="vim-id" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="indecate the VIM to deploy VNF." />
+ <xml-property name="description" value="indecate the VIM to deploy VNF."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="certificateUrl" name="certificate-url" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="certificate url of VNFM." />
+ <xml-property name="description" value="certificate url of VNFM."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete." />
+ <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList" />
- <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" />
+ <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList"/>
+ <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList"/>
</java-attributes>
<xml-properties>
- <xml-property name="description" value="Persist VNFM address information used by VF-C." />
- <xml-property name="indexedProps" value="vnfm-id" />
- <xml-property name="searchable" value="vnfm-id" />
- <xml-property name="container" value="esr-vnfm-list" />
- <xml-property name="namespace" value="external-system" />
- </xml-properties>
+ <xml-property name="description" value="Persist VNFM address information used by VF-C."/>
+ <xml-property name="indexedProps" value="vnfm-id"/>
+ <xml-property name="searchable" value="vnfm-id"/>
+ <xml-property name="container" value="esr-vnfm-list"/>
+ <xml-property name="namespace" value="external-system"/>
+ <xml-property name="requiredProps" value="vnfm-id"/>
+ </xml-properties>
</java-type>
<java-type name="EsrThirdpartySdncList">
- <xml-root-element name="esr-thirdparty-sdnc-list" />
+ <xml-root-element name="esr-thirdparty-sdnc-list"/>
<java-attributes>
- <xml-element container-type="java.util.ArrayList" java-attribute="esrThirdpartySdnc" name="esr-thirdparty-sdnc" type="inventory.aai.onap.org.v11.EsrThirdpartySdnc" />
+ <xml-element container-type="java.util.ArrayList" java-attribute="esrThirdpartySdnc" name="esr-thirdparty-sdnc" type="inventory.aai.onap.org.v11.EsrThirdpartySdnc"/>
</java-attributes>
<xml-properties>
- <xml-property name="maximumDepth" value="0" />
+ <xml-property name="maximumDepth" value="0"/>
</xml-properties>
</java-type>
<java-type name="EsrThirdpartySdnc">
- <xml-root-element name="esr-thirdparty-sdnc" />
+ <xml-root-element name="esr-thirdparty-sdnc"/>
<java-attributes>
<xml-element java-attribute="thirdpartySdncId" name="thirdparty-sdnc-id" required="true" type="java.lang.String" xml-key="true">
<xml-properties>
- <xml-property name="description" value="Unique ID of SDNC." />
+ <xml-property name="description" value="Unique ID of SDNC."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="location" name="location" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="used for DC type to indicate the location of SDNC, such as Core or Edge." />
+ <xml-property name="description" value="used for DC type to indicate the location of SDNC, such as Core or Edge."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="productName" name="product-name" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="password used to access SDNC server." />
+ <xml-property name="description" value="password used to access SDNC server."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete." />
+ <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList" />
- <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" />
+ <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList"/>
+ <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList"/>
</java-attributes>
<xml-properties>
- <xml-property name="description" value="Persist SDNC address information used by ONAP SDNC." />
- <xml-property name="indexedProps" value="sdnc-id" />
- <xml-property name="searchable" value="sdnc-id" />
- <xml-property name="container" value="esr-thirdparty-sdnc-list" />
- <xml-property name="namespace" value="external-system" />
- </xml-properties>
+ <xml-property name="description" value="Persist SDNC address information used by ONAP SDNC."/>
+ <xml-property name="indexedProps" value="sdnc-id"/>
+ <xml-property name="searchable" value="sdnc-id"/>
+ <xml-property name="container" value="esr-thirdparty-sdnc-list"/>
+ <xml-property name="namespace" value="external-system"/>
+ <xml-property name="requiredProps" value="thirdparty-sdnc-id"/>
+ </xml-properties>
</java-type>
<java-type name="EsrSystemInfoList">
- <xml-root-element name="esr-system-info-list" />
+ <xml-root-element name="esr-system-info-list"/>
<xml-properties>
- <xml-property name="description" value="Collection of persistent block-level external system auth info." />
+ <xml-property name="description" value="Collection of persistent block-level external system auth info."/>
</xml-properties>
<java-attributes>
- <xml-element container-type="java.util.ArrayList" java-attribute="esrSystemInfo" name="esr-system-info" type="inventory.aai.onap.org.v11.EsrSystemInfo" />
+ <xml-element container-type="java.util.ArrayList" java-attribute="esrSystemInfo" name="esr-system-info" type="inventory.aai.onap.org.v11.EsrSystemInfo"/>
</java-attributes>
<xml-properties>
- <xml-property name="maximumDepth" value="0" />
+ <xml-property name="maximumDepth" value="0"/>
</xml-properties>
</java-type>
<java-type name="EsrSystemInfo">
- <xml-root-element name="esr-system-info" />
+ <xml-root-element name="esr-system-info"/>
<java-attributes>
<xml-element java-attribute="esrSystemInfoId" name="esr-system-info-id" required="true" type="java.lang.String" xml-key="true">
<xml-properties>
- <xml-property name="description" value="Unique ID of esr system info." />
+ <xml-property name="description" value="Unique ID of esr system info."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="systemName" name="system-name" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="name of external system." />
+ <xml-property name="description" value="name of external system."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="type" name="type" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="type of external systems." />
+ <xml-property name="description" value="type of external systems."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="vendor" name="vendor" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="vendor of external systems." />
+ <xml-property name="description" value="vendor of external systems."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="version" name="version" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="version of external systems." />
+ <xml-property name="description" value="version of external systems."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="serviceUrl" name="service-url" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="url used to access external systems." />
+ <xml-property name="description" value="url used to access external systems."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="userName" name="user-name" required="true" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="username used to access external systems." />
+ <xml-property name="description" value="username used to access external systems."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="password" name="password" required="true" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="password used to access external systems." />
+ <xml-property name="description" value="password used to access external systems."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="systemType" name="system-type" required="true" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm." />
+ <xml-property name="description" value="it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="protocol" name="protocol" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="protocol of third party SDNC, for example netconf/snmp." />
+ <xml-property name="description" value="protocol of third party SDNC, for example netconf/snmp."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="sslCacert" name="ssl-cacert" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="ca file content if enabled ssl on auth-url." />
+ <xml-property name="description" value="ca file content if enabled ssl on auth-url."/>
</xml-properties>
</xml-element>
<xml-element default-value="false" java-attribute="sslInsecure" name="ssl-insecure" type="java.lang.Boolean">
<xml-properties>
- <xml-property name="description" value="Whether to verify VIM's certificate." />
+ <xml-property name="description" value="Whether to verify VIM's certificate."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="ipAddress" name="ip-address" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="service IP of ftp server." />
+ <xml-property name="description" value="service IP of ftp server."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="port" name="port" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="service port of ftp server." />
+ <xml-property name="description" value="service port of ftp server."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="cloudDomain" name="cloud-domain" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="domain info for authentication." />
+ <xml-property name="description" value="domain info for authentication."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="defaultTenant" name="default-tenant" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="default tenant of VIM." />
+ <xml-property name="description" value="default tenant of VIM."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="passive" name="passive" type="java.lang.Boolean">
<xml-properties>
- <xml-property name="description" value="ftp passive mode or not." />
+ <xml-property name="description" value="ftp passive mode or not."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="remotepath" name="remote-path" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="resource or performance data file path." />
+ <xml-property name="description" value="resource or performance data file path."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="systemStatus" name="system-status" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="the status of external system." />
+ <xml-property name="description" value="the status of external system."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete." />
+ <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" />
+ <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList"/>
</java-attributes>
<xml-properties>
- <xml-property name="description" value="Persist common address information of external systems." />
- <xml-property name="indexedProps" value="esr-system-info-id,system-name,system-type" />
- <xml-property name="searchable" value="esr-system-info-id,system-name,system-type" />
- <xml-property name="container" value="esr-system-info-list" />
- <xml-property name="dependentOn" value="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc" />
- </xml-properties>
+ <xml-property name="description" value="Persist common address information of external systems."/>
+ <xml-property name="indexedProps" value="esr-system-info-id,system-name,system-type"/>
+ <xml-property name="searchable" value="esr-system-info-id,system-name,system-type"/>
+ <xml-property name="container" value="esr-system-info-list"/>
+ <xml-property name="dependentOn" value="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc"/>
+ <xml-property name="requiredProps" value="esr-system-info-id,user-name,password,system-type"/>
+ </xml-properties>
</java-type>
<java-type name="CloudInfrastructure">
@@ -590,7 +593,7 @@
<xml-element java-attribute="oamNetworks" name="oam-networks" type="inventory.aai.onap.org.v11.OamNetworks"/>
<xml-element java-attribute="availabilityZones" name="availability-zones" type="inventory.aai.onap.org.v11.AvailabilityZones"/>
<xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList"/>
- <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList" />
+ <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v11.EsrSystemInfoList"/>
<xml-element container-type="java.util.ArrayList" java-attribute="vipIpv4AddressList" name="vip-ipv4-address-list" type="inventory.aai.onap.org.v11.VipIpv4AddressList"/>
<xml-element container-type="java.util.ArrayList" java-attribute="vipIpv6AddressList" name="vip-ipv6-address-list" type="inventory.aai.onap.org.v11.VipIpv6AddressList"/>
</java-attributes>
@@ -601,6 +604,7 @@
<xml-property name="container" value="cloud-regions"/>
<xml-property name="namespace" value="cloud-infrastructure"/>
<xml-property name="uriTemplate" value="/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}"/>
+ <xml-property name="requiredProps" value="cloud-owner,cloud-region-id"/>
</xml-properties>
</java-type>
<java-type name="VolumeGroups">
@@ -665,6 +669,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="volume-groups"/>
<xml-property name="uriTemplate" value="/volume-groups/volume-group/{volume-group-id}"/>
+ <xml-property name="requiredProps" value="volume-group-id,vnf-type"/>
</xml-properties>
</java-type>
@@ -793,6 +798,7 @@
<xml-property name="container" value="complexes"/>
<xml-property name="namespace" value="cloud-infrastructure"/>
<xml-property name="uriTemplate" value="/cloud-infrastructure/complexes/complex/{physical-location-id}"/>
+ <xml-property name="requiredProps" value="physical-location-id,physical-location-type,street1,city,postal-code,country,region"/>
</xml-properties>
</java-type>
@@ -839,6 +845,7 @@
<xml-property name="dependentOn" value="complex"/>
<xml-property name="container" value="ctag-pools"/>
<xml-property name="uriTemplate" value="/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}"/>
+ <xml-property name="requiredProps" value="target-pe,availability-zone-name,ctag-pool-purpose"/>
</xml-properties>
</java-type>
@@ -889,6 +896,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="tenants"/>
<xml-property name="uriTemplate" value="/tenants/tenant/{tenant-id}"/>
+ <xml-property name="requiredProps" value="tenant-id,tenant-name"/>
</xml-properties>
</java-type>
@@ -959,6 +967,7 @@
<xml-property name="dependentOn" value="tenant"/>
<xml-property name="container" value="vservers"/>
<xml-property name="uriTemplate" value="/vservers/vserver/{vserver-id}"/>
+ <xml-property name="requiredProps" value="vserver-id,vserver-name,vserver-selflink,in-maint,is-closed-loop-disabled"/>
</xml-properties>
</java-type>
@@ -1066,6 +1075,7 @@
<xml-property name="dependentOn" value="generic-vnf,newvce,p-interface,vserver,lag-interface,l-interface"/>
<xml-property name="container" value="l-interfaces"/>
<xml-property name="uriTemplate" value="/l-interfaces/l-interface/{interface-name}"/>
+ <xml-property name="requiredProps" value="interface-name,is-port-mirrored,in-maint,is-ip-unnumbered"/>
</xml-properties>
</java-type>
@@ -1159,6 +1169,7 @@
<xml-property name="dependentOn" value="l-interface"/>
<xml-property name="container" value="sriov-vfs"/>
<xml-property name="uriTemplate" value="/sriov-vfs/sriov-vf/{pci-id}"/>
+ <xml-property name="requiredProps" value="pci-id"/>
</xml-properties>
</java-type>
@@ -1212,6 +1223,7 @@
<xml-property name="indexedProps" value="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id"/>
<xml-property name="dependentOn" value="vlan,l-interface,vnfc"/>
<xml-property name="uriTemplate" value="/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}"/>
+ <xml-property name="requiredProps" value="l3-interface-ipv4-address"/>
</xml-properties>
</java-type>
@@ -1302,6 +1314,7 @@
<xml-property name="dependentOn" value="l-interface"/>
<xml-property name="container" value="vlans"/>
<xml-property name="uriTemplate" value="/vlans/vlan/{vlan-interface}"/>
+ <xml-property name="requiredProps" value="vlan-interface,in-maint,is-ip-unnumbered"/>
</xml-properties>
</java-type>
@@ -1355,6 +1368,7 @@
<xml-property name="indexedProps" value="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id"/>
<xml-property name="dependentOn" value="vlan,l-interface,vnfc"/>
<xml-property name="uriTemplate" value="/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}"/>
+ <xml-property name="requiredProps" value="l3-interface-ipv6-address"/>
</xml-properties>
</java-type>
@@ -1394,6 +1408,7 @@
<xml-property name="dependentOn" value="vserver"/>
<xml-property name="container" value="volumes"/>
<xml-property name="uriTemplate" value="/volumes/volume/{volume-id}"/>
+ <xml-property name="requiredProps" value="volume-id,volume-selflink"/>
</xml-properties>
</java-type>
@@ -1474,6 +1489,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="flavors"/>
<xml-property name="uriTemplate" value="/flavors/flavor/{flavor-id}"/>
+ <xml-property name="requiredProps" value="flavor-id,flavor-name,flavor-selflink"/>
</xml-properties>
</java-type>
@@ -1555,6 +1571,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="snapshots"/>
<xml-property name="uriTemplate" value="/snapshots/snapshot/{snapshot-id}"/>
+ <xml-property name="requiredProps" value="snapshot-id"/>
</xml-properties>
</java-type>
@@ -1606,6 +1623,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="group-assignments"/>
<xml-property name="uriTemplate" value="/group-assignments/group-assignment/{group-id}"/>
+ <xml-property name="requiredProps" value="group-id,group-type,group-name"/>
</xml-properties>
</java-type>
@@ -1682,6 +1700,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="images"/>
<xml-property name="uriTemplate" value="/images/image/{image-id}"/>
+ <xml-property name="requiredProps" value="image-id,image-name,image-os-distro,image-os-version,image-selflink"/>
</xml-properties>
</java-type>
@@ -1712,6 +1731,7 @@
<xml-property name="dependentOn" value="tenant,image,service-instance,connector,model"/>
<xml-property name="container" value="metadata"/>
<xml-property name="uriTemplate" value="/metadata/metadatum/{metaname}"/>
+ <xml-property name="requiredProps" value="metaname,metaval"/>
</xml-properties>
</java-type>
@@ -1751,6 +1771,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="dvs-switches"/>
<xml-property name="uriTemplate" value="/dvs-switches/dvs-switch/{switch-name}"/>
+ <xml-property name="requiredProps" value="switch-name,vcenter-url"/>
</xml-properties>
</java-type>
@@ -1790,6 +1811,7 @@
<xml-property name="container" value="network-profiles"/>
<xml-property name="namespace" value="cloud-infrastructure"/>
<xml-property name="uriTemplate" value="/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}"/>
+ <xml-property name="requiredProps" value="nm-profile-name"/>
</xml-properties>
</java-type>
@@ -1958,6 +1980,7 @@
<xml-property name="container" value="pservers"/>
<xml-property name="namespace" value="cloud-infrastructure"/>
<xml-property name="uriTemplate" value="/cloud-infrastructure/pservers/pserver/{hostname}"/>
+ <xml-property name="requiredProps" value="hostname,in-maint"/>
</xml-properties>
</java-type>
@@ -2046,6 +2069,7 @@
<xml-property name="dependentOn" value="vpls-pe,pserver,pnf"/>
<xml-property name="container" value="p-interfaces"/>
<xml-property name="uriTemplate" value="/p-interfaces/p-interface/{interface-name}"/>
+ <xml-property name="requiredProps" value="interface-name,in-maint"/>
</xml-properties>
</java-type>
@@ -2117,6 +2141,7 @@
<xml-property name="dependentOn" value="generic-vnf,pserver,vpls-pe,pnf"/>
<xml-property name="container" value="lag-interfaces"/>
<xml-property name="uriTemplate" value="/lag-interfaces/lag-interface/{interface-name}"/>
+ <xml-property name="requiredProps" value="interface-name,in-maint"/>
</xml-properties>
</java-type>
@@ -2172,6 +2197,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="oam-networks"/>
<xml-property name="uriTemplate" value="/oam-networks/oam-network/{network-uuid}"/>
+ <xml-property name="requiredProps" value="network-uuid,network-name,cvlan-tag"/>
</xml-properties>
</java-type>
@@ -2216,6 +2242,7 @@
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="container" value="availability-zones"/>
<xml-property name="uriTemplate" value="/availability-zones/availability-zone/{availability-zone-name}"/>
+ <xml-property name="requiredProps" value="availability-zone-name,hypervisor-type"/>
</xml-properties>
</java-type>
@@ -2256,6 +2283,7 @@
<xml-property name="container" value="virtual-data-centers"/>
<xml-property name="namespace" value="cloud-infrastructure"/>
<xml-property name="uriTemplate" value="/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}"/>
+ <xml-property name="requiredProps" value="vdc-id,vdc-name"/>
</xml-properties>
</java-type>
@@ -2306,6 +2334,7 @@
<xml-property name="container" value="projects"/>
<xml-property name="namespace" value="business"/>
<xml-property name="uriTemplate" value="/business/projects/project/{project-name}"/>
+ <xml-property name="requiredProps" value="project-name"/>
</xml-properties>
</java-type>
@@ -2375,6 +2404,7 @@
<xml-property name="container" value="connectors"/>
<xml-property name="namespace" value="business"/>
<xml-property name="uriTemplate" value="/business/connectors/connector/{resource-instance-id}"/>
+ <xml-property name="requiredProps" value="resource-instance-id"/>
</xml-properties>
</java-type>
@@ -2427,6 +2457,7 @@
<xml-property name="container" value="customers"/>
<xml-property name="namespace" value="business"/>
<xml-property name="uriTemplate" value="/business/customers/customer/{global-customer-id}"/>
+ <xml-property name="requiredProps" value="global-customer-id,subscriber-name,subscriber-type"/>
</xml-properties>
</java-type>
@@ -2462,6 +2493,7 @@
<xml-property name="container" value="lines-of-business"/>
<xml-property name="namespace" value="business"/>
<xml-property name="uriTemplate" value="/business/lines-of-business/line-of-business/{line-of-business-name}"/>
+ <xml-property name="requiredProps" value="line-of-business-name"/>
</xml-properties>
</java-type>
@@ -2503,6 +2535,7 @@
<xml-property name="container" value="owning-entities"/>
<xml-property name="namespace" value="business"/>
<xml-property name="uriTemplate" value="/business/owning-entities/owning-entity/{owning-entity-id}"/>
+ <xml-property name="requiredProps" value="owning-entity-id,owning-entity-name"/>
</xml-properties>
</java-type>
@@ -2538,6 +2571,7 @@
<xml-property name="container" value="platforms"/>
<xml-property name="namespace" value="business"/>
<xml-property name="uriTemplate" value="/business/platforms/platform/{platform-name}"/>
+ <xml-property name="requiredProps" value="platform-name"/>
</xml-properties>
</java-type>
@@ -2580,6 +2614,7 @@
<xml-property name="container" value="service-subscriptions"/>
<xml-property name="crossEntityReference" value="service-instance,service-type"/>
<xml-property name="uriTemplate" value="/service-subscriptions/service-subscription/{service-type}"/>
+ <xml-property name="requiredProps" value="service-type"/>
</xml-properties>
</java-type>
@@ -2628,17 +2663,17 @@
</xml-element>
<xml-element java-attribute="createdAt" name="created-at" required="false" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="create time of Network Service." />
+ <xml-property name="description" value="create time of Network Service."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="updatedAt" name="updated-at" required="false" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="last update of Network Service." />
+ <xml-property name="description" value="last update of Network Service."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="description" name="description" required="false" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="short description for service-instance." />
+ <xml-property name="description" value="short description for service-instance."/>
</xml-properties>
</xml-element>
<!-- for storing the nsd_id create edge between services -->
@@ -2739,6 +2774,7 @@
<xml-property name="dependentOn" value="service-subscription"/>
<xml-property name="container" value="service-instances"/>
<xml-property name="uriTemplate" value="/service-instances/service-instance/{service-instance-id}"/>
+ <xml-property name="requiredProps" value="service-instance-id"/>
</xml-properties>
</java-type>
@@ -2808,6 +2844,7 @@
<xml-property name="container" value="vnf-images"/>
<xml-property name="namespace" value="service-design-and-creation"/>
<xml-property name="uriTemplate" value="/service-design-and-creation/vnf-images/vnf-image/{vnf-image-uuid}"/>
+ <xml-property name="requiredProps" value="vnf-image-uuid,application,application-vendor"/>
</xml-properties>
</java-type>
@@ -2857,6 +2894,7 @@
<xml-property name="container" value="services"/>
<xml-property name="namespace" value="service-design-and-creation"/>
<xml-property name="uriTemplate" value="/service-design-and-creation/services/service/{service-id}"/>
+ <xml-property name="requiredProps" value="service-id,service-description"/>
</xml-properties>
</java-type>
@@ -2896,6 +2934,7 @@
<xml-property name="container" value="service-capabilities"/>
<xml-property name="namespace" value="service-design-and-creation"/>
<xml-property name="uriTemplate" value="/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}"/>
+ <xml-property name="requiredProps" value="service-type,vnf-type"/>
</xml-properties>
</java-type>
@@ -3023,6 +3062,7 @@
<xml-property name="container" value="configurations"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/configurations/configuration/{configuration-id}"/>
+ <xml-property name="requiredProps" value="configuration-id,configuration-type,configuration-sub-type,orchestration-status,operational-status,configuration-selflink,model-customization-id"/>
</xml-properties>
</java-type>
@@ -3159,6 +3199,7 @@
<xml-property name="namespace" value="network"/>
<xml-property name="searchable" value="link-name"/>
<xml-property name="uriTemplate" value="/network/logical-links/logical-link/{link-name}"/>
+ <xml-property name="requiredProps" value="link-name,in-maint,link-type"/>
</xml-properties>
</java-type>
@@ -3195,6 +3236,7 @@
<xml-property name="container" value="site-pair-sets"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/site-pair-sets/site-pair-set/{site-pair-set-id}"/>
+ <xml-property name="requiredProps" value="site-pair-set-id"/>
</xml-properties>
</java-type>
@@ -3406,6 +3448,7 @@
<xml-property name="container" value="vpn-bindings"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/vpn-bindings/vpn-binding/{vpn-id}"/>
+ <xml-property name="requiredProps" value="vpn-id,vpn-name"/>
</xml-properties>
</java-type>
@@ -3458,6 +3501,7 @@
<xml-property name="container" value="vpls-pes"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/vpls-pes/vpls-pe/{equipment-name}"/>
+ <xml-property name="requiredProps" value="equipment-name"/>
</xml-properties>
</java-type>
@@ -3628,6 +3672,7 @@
<xml-property name="namespace" value="network"/>
<xml-property name="extends" value="vnf"/>
<xml-property name="uriTemplate" value="/network/vces/vce/{vnf-id}"/>
+ <xml-property name="requiredProps" value="vnf-id,vnf-name,vnf-type"/>
</xml-properties>
</java-type>
@@ -3706,6 +3751,7 @@
<xml-property name="dependentOn" value="vce"/>
<xml-property name="container" value="port-groups"/>
<xml-property name="uriTemplate" value="/port-groups/port-group/{interface-id}"/>
+ <xml-property name="requiredProps" value="interface-id,orchestration-status"/>
</xml-properties>
</java-type>
@@ -4011,6 +4057,7 @@
<xml-property name="container" value="l3-networks"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/l3-networks/l3-network/{network-id}"/>
+ <xml-property name="requiredProps" value="network-id,is-bound-to-vpn,is-provider-network,is-shared-network,is-external-network"/>
</xml-properties>
</java-type>
<java-type name="NetworkPolicies">
@@ -4206,7 +4253,7 @@
</xml-element>
<xml-element java-attribute="vnfInstanceId" name="vnf-instance-id" required="false" type="java.lang.String">
<xml-properties>
- <xml-property name="description" value="vnf instance id." />
+ <xml-property name="description" value="vnf instance id."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="vnfName" name="vnf-name" type="java.lang.String">
@@ -4343,17 +4390,17 @@
</xml-element>
<xml-element java-attribute="nshd" name="nshd" type="java.lang.Long">
<xml-properties>
- <xml-property name="description" value="number of associated SHD in vnf." />
+ <xml-property name="description" value="number of associated SHD in vnf."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="nvm" name="nvm" type="java.lang.Long">
<xml-properties>
- <xml-property name="description" value="number of vms in vnf." />
+ <xml-property name="description" value="number of vms in vnf."/>
</xml-properties>
</xml-element>
<xml-element java-attribute="nnet" name="nnet" type="java.lang.Long">
<xml-properties>
- <xml-property name="description" value="number of network in vnf." />
+ <xml-property name="description" value="number of network in vnf."/>
</xml-properties>
</xml-element>
<xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
@@ -4518,6 +4565,7 @@
<xml-property name="containsSuggestibleProps" value="true"/>
<xml-property name="suggestionAliases" value="VNFs"/>
<xml-property name="uriTemplate" value="/network/generic-vnfs/generic-vnf/{vnf-id}"/>
+ <xml-property name="requiredProps" value="vnf-id,vnf-type,in-maint,is-closed-loop-disabled"/>
</xml-properties>
</java-type>
@@ -4628,6 +4676,7 @@
<xml-property name="dependentOn" value="generic-vnf"/>
<xml-property name="container" value="vf-modules"/>
<xml-property name="uriTemplate" value="/vf-modules/vf-module/{vf-module-id}"/>
+ <xml-property name="requiredProps" value="vf-module-id,is-base-vf-module"/>
</xml-properties>
</java-type>
@@ -4663,6 +4712,7 @@
<xml-property name="container" value="lag-links"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/lag-links/lag-link/{link-name}"/>
+ <xml-property name="requiredProps" value="link-name"/>
</xml-properties>
</java-type>
@@ -4761,6 +4811,7 @@
<xml-property name="container" value="newvces"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/newvces/newvce/{vnf-id2}"/>
+ <xml-property name="requiredProps" value="vnf-id2,vnf-name,vnf-type"/>
</xml-properties>
</java-type>
@@ -4903,6 +4954,7 @@
<xml-property name="container" value="pnfs"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/pnfs/pnf/{pnf-name}"/>
+ <xml-property name="requiredProps" value="pnf-name,in-maint"/>
</xml-properties>
</java-type>
@@ -4992,6 +5044,7 @@
<xml-property name="namespace" value="network"/>
<xml-property name="searchable" value="link-name,circuit-id"/>
<xml-property name="uriTemplate" value="/network/physical-links/physical-link/{link-name}"/>
+ <xml-property name="requiredProps" value="link-name"/>
</xml-properties>
</java-type>
@@ -5033,6 +5086,7 @@
<xml-property name="dependentOn" value="ipsec-configuration"/>
<xml-property name="container" value="vig-servers"/>
<xml-property name="uriTemplate" value="/vig-servers/vig-server/{vig-address-type}"/>
+ <xml-property name="requiredProps" value="vig-address-type"/>
</xml-properties>
</java-type>
@@ -5166,6 +5220,7 @@
<xml-property name="container" value="ipsec-configurations"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}"/>
+ <xml-property name="requiredProps" value="ipsec-configuration-id"/>
</xml-properties>
</java-type>
@@ -5258,6 +5313,7 @@
<xml-property name="container" value="models"/>
<xml-property name="namespace" value="service-design-and-creation"/>
<xml-property name="uriTemplate" value="/service-design-and-creation/models/model/{model-invariant-id}"/>
+ <xml-property name="requiredProps" value="model-invariant-id,model-type"/>
</xml-properties>
<java-attributes>
<xml-element java-attribute="modelInvariantId" name="model-invariant-id" required="true" type="java.lang.String" xml-key="true">
@@ -5297,6 +5353,7 @@
<xml-property name="uniqueProps" value="model-version-id"/>
<xml-property name="container" value="model-vers"/>
<xml-property name="uriTemplate" value="/model-vers/model-ver/{model-version-id}"/>
+ <xml-property name="requiredProps" value="model-version-id,model-name,model-version"/>
</xml-properties>
<java-attributes>
<xml-element java-attribute="modelVersionId" name="model-version-id" required="true" type="java.lang.String" xml-key="true">
@@ -5346,6 +5403,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="model-elements"/>
<xml-property name="uriTemplate" value="/model-elements/model-element/{model-element-uuid}"/>
+ <xml-property name="requiredProps" value="model-element-uuid,new-data-del-flag,cardinality"/>
</xml-properties>
<xml-root-element name="model-element"/>
<java-attributes>
@@ -5401,6 +5459,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="model-constraints"/>
<xml-property name="uriTemplate" value="/model-constraints/model-constraint/{model-constraint-uuid}"/>
+ <xml-property name="requiredProps" value="model-constraint-uuid,constrained-element-set-uuid-to-replace"/>
</xml-properties>
<xml-root-element name="model-constraint"/>
<java-attributes>
@@ -5435,6 +5494,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="constrained-element-sets"/>
<xml-property name="uriTemplate" value="/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}"/>
+ <xml-property name="requiredProps" value="constrained-element-set-uuid,constraint-type,check-type"/>
</xml-properties>
<xml-root-element name="constrained-element-set"/>
<java-attributes>
@@ -5467,6 +5527,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="element-choice-sets"/>
<xml-property name="uriTemplate" value="/element-choice-sets/element-choice-set/{element-choice-set-uuid}"/>
+ <xml-property name="requiredProps" value="element-choice-set-uuid,element-choice-set-name"/>
</xml-properties>
<xml-root-element name="element-choice-set"/>
<java-attributes>
@@ -5499,6 +5560,7 @@
<xml-property name="container" value="named-queries"/>
<xml-property name="namespace" value="service-design-and-creation"/>
<xml-property name="uriTemplate" value="/service-design-and-creation/named-queries/named-query/{named-query-uuid}"/>
+ <xml-property name="requiredProps" value="named-query-uuid,named-query-name,named-query-version"/>
</xml-properties>
<xml-root-element name="named-query"/>
<java-attributes>
@@ -5531,6 +5593,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="named-query-elements"/>
<xml-property name="uriTemplate" value="/named-query-elements/named-query-element/{named-query-element-uuid}"/>
+ <xml-property name="requiredProps" value="named-query-element-uuid"/>
</xml-properties>
<xml-root-element name="named-query-element"/>
<java-attributes>
@@ -5566,6 +5629,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="related-lookups"/>
<xml-property name="uriTemplate" value="/related-lookups/related-lookup/{related-lookup-uuid}"/>
+ <xml-property name="requiredProps" value="related-lookup-uuid,source-node-type,source-node-property,target-node-type,target-node-property"/>
</xml-properties>
<xml-root-element name="related-lookup"/>
<java-attributes>
@@ -5600,6 +5664,7 @@
<xml-property name="allowDirectWrite" value="false"/>
<xml-property name="container" value="property-constraints"/>
<xml-property name="uriTemplate" value="/property-constraints/property-constraint/{property-constraint-uuid}"/>
+ <xml-property name="requiredProps" value="property-constraint-uuid,constraint-type,property-name,property-value"/>
</xml-properties>
<xml-root-element name="property-constraint"/>
<java-attributes>
@@ -5644,6 +5709,7 @@
<xml-root-element name="overloaded-model"/>
<xml-properties>
<xml-property name="description" value="Allows for legacy POST of old-style and new-style models"/>
+ <xml-property name="requiredProps" value="model-invariant-id,model-name-version-id,model-type,model-name,model-id,model-version"/>
</xml-properties>
<java-attributes>
<xml-element java-attribute="modelInvariantId" name="model-invariant-id" required="true" type="java.lang.String" xml-key="true">
@@ -5835,6 +5901,7 @@
<xml-property name="container" value="route-table-references"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/route-table-references/route-table-reference/{route-table-reference-id}"/>
+ <xml-property name="requiredProps" value="route-table-reference-id,route-table-reference-fqdn"/>
</xml-properties>
</java-type>
@@ -5918,6 +5985,7 @@
<xml-property name="container" value="instance-groups"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/instance-groups/instance-group/{id}"/>
+ <xml-property name="requiredProps" value="id,description,type"/>
</xml-properties>
</java-type>
@@ -5953,6 +6021,7 @@
<xml-property name="dependentOn" value="l3-network"/>
<xml-property name="container" value="segmentation-assignments"/>
<xml-property name="uriTemplate" value="/segmentation-assignments/segmentation-assignment/{segmentation-id}"/>
+ <xml-property name="requiredProps" value="segmentation-id"/>
</xml-properties>
</java-type>
@@ -6046,6 +6115,7 @@
<xml-property name="container" value="allotted-resources"/>
<!-- <xml-property name="namespace" value="network" /> -->
<xml-property name="uriTemplate" value="/allotted-resources/allotted-resource/{id}"/>
+ <xml-property name="requiredProps" value="id"/>
</xml-properties>
</java-type>
@@ -6103,6 +6173,7 @@
<xml-property name="container" value="tunnel-xconnects"/>
<!-- <xml-property name="namespace" value="network" /> -->
<xml-property name="uriTemplate" value="/tunnel-xconnects/tunnel-xconnect/{id}"/>
+ <xml-property name="requiredProps" value="id"/>
</xml-properties>
</java-type>
@@ -6142,6 +6213,7 @@
<xml-property name="dependentOn" value="generic-vnf,vce"/>
<xml-property name="container" value="entitlements"/>
<xml-property name="uriTemplate" value="/entitlements/entitlement/{group-uuid}/{resource-uuid}"/>
+ <xml-property name="requiredProps" value="group-uuid,resource-uuid"/>
</xml-properties>
</java-type>
@@ -6182,6 +6254,7 @@
<xml-property name="dependentOn" value="generic-vnf,vce"/>
<xml-property name="container" value="licenses"/>
<xml-property name="uriTemplate" value="/licenses/license/{group-uuid}/{resource-uuid}"/>
+ <xml-property name="requiredProps" value="group-uuid,resource-uuid"/>
</xml-properties>
</java-type>
@@ -6200,6 +6273,7 @@
<xml-property name="uniqueProps" value="vnf-id"/>
<xml-property name="inheritors" value="vce,generic-vnf"/>
<xml-property name="abstract" value="true"/>
+ <xml-property name="requiredProps" value="vnf-id"/>
</xml-properties>
</java-type>
@@ -6256,6 +6330,7 @@
<xml-property name="container" value="zones"/>
<xml-property name="namespace" value="network"/>
<xml-property name="uriTemplate" value="/network/zones/zone/{zone-id}"/>
+ <xml-property name="requiredProps" value="zone-id,zone-name,design-type,zone-context"/>
</xml-properties>
</java-type>
<java-type name="RouteTargets">
@@ -6293,6 +6368,7 @@
<xml-property name="dependentOn" value="vpn-binding"/>
<xml-property name="canBeLinked" value="true"/>
<xml-property name="uriTemplate" value="/route-targets/route-target/{global-route-target}/{route-target-role}"/>
+ <xml-property name="requiredProps" value="global-route-target,route-target-role"/>
</xml-properties>
</java-type>
@@ -6326,6 +6402,7 @@
<xml-property name="dependentOn" value="p-interface"/>
<xml-property name="container" value="sriov-pfs"/>
<xml-property name="uriTemplate" value="/sriov-pfs/sriov-pf/{pf-pci-id}"/>
+ <xml-property name="requiredProps" value="pf-pci-id"/>
</xml-properties>
</java-type>
@@ -6422,6 +6499,7 @@
<xml-property name="indexedProps" value="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id"/>
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="uriTemplate" value="/vip-ipv4-address-list/{vip-ipv4-address}"/>
+ <xml-property name="requiredProps" value="vip-ipv4-address"/>
</xml-properties>
</java-type>
@@ -6475,6 +6553,7 @@
<xml-property name="indexedProps" value="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id"/>
<xml-property name="dependentOn" value="cloud-region"/>
<xml-property name="uriTemplate" value="/vip-ipv6-address-list/{vip-ipv6-address}"/>
+ <xml-property name="requiredProps" value="vip-ipv6-address"/>
</xml-properties>
</java-type>
</java-types>