diff options
Diffstat (limited to 'aai-schema/src/main/resources/oxm/aai_oxm_v11.xml')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index 00843ee7..a9d567be 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -293,6 +293,12 @@ <xml-property name="description" value="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED." /> </xml-properties> </xml-element> + <xml-element default-value="false" required="true" java-attribute="sriovAutomation" name="sriov-automation" type="java.lang.Boolean"> + <xml-properties> + <xml-property name="defaultValue" value="false"/> + <xml-property name="description" value="Whether the cloud region supports (true) or does not support (false) SR-IOV automation." /> + </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." /> @@ -3349,7 +3355,7 @@ <xml-property name="visibility" value="deployment" /> <xml-property name="requires" value="model-invariant-id" /> </xml-properties> - </xml-element> + </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." /> @@ -3969,7 +3975,7 @@ <xml-properties> <xml-property name="description" value="Network Management profile of this VNF" /> </xml-properties> - </xml-element> + </xml-element> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" /> <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v11.LInterfaces" /> <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v11.LagInterfaces" /> @@ -5705,7 +5711,7 @@ <xml-property name="canBeLinked" value="true" /> </xml-properties> </java-type> - + <java-type name="SriovPfs"> <xml-properties> <xml-property name="description" value="Collection of SR-IOV Physical Functions." /> |