diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-22 12:30:08 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-22 12:32:43 -0400 |
commit | 97250e6d8877c3121ed368ae93d9dbb9868eb416 (patch) | |
tree | 738c0bc9c59c255e365e8b384f54afb83054d008 /aai-schema/src/main/resources/oxm | |
parent | 2b3c5dd424520606c8ad3af4a97af92a4349e4aa (diff) |
Add schema changes for port mirroring support
Port mirroring was already added but
the management option should be below the key
so moving that around
Issue-ID: AAI-372
Change-Id: Ide753820c25f2d07e680851a3cebcad34d6ba380
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/oxm')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 11 |
1 files changed, 6 insertions, 5 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 ecf163e0..640ceed1 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -2866,6 +2866,7 @@ <xml-element java-attribute="routeTableReferences" name="route-table-references" type="inventory.aai.onap.org.v11.RouteTableReferences" /> <xml-element java-attribute="instanceGroups" name="instance-groups" type="inventory.aai.onap.org.v11.InstanceGroups" /> <xml-element java-attribute="zones" name="zones" type="inventory.aai.onap.org.v11.Zones" /> + <xml-element java-attribute="configurations" name="configurations" type="inventory.aai.onap.org.v11.Configurations" /> </java-attributes> </java-type> <java-type name="Configurations"> @@ -2881,16 +2882,16 @@ <java-type name="Configuration"> <xml-root-element name="configuration" /> <java-attributes> - <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String"> - <xml-properties> - <xml-property name="description" value="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well." /> - </xml-properties> - </xml-element> <xml-element java-attribute="configurationId" name="configuration-id" required="true" type="java.lang.String" xml-key="true"> <xml-properties> <xml-property name="description" value="UUID assigned to configuration." /> </xml-properties> </xml-element> + <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well." /> + </xml-properties> + </xml-element> <xml-element java-attribute="configurationName" name="configuration-name" type="java.lang.String"> <xml-properties> <xml-property name="description" value="Name of the configuration." /> |