aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml b/aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml
index f36226e..aaf9e5c 100644
--- a/aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v16/aai_oxm_v16.xml
@@ -6849,6 +6849,12 @@
<xml-property name="description" value="Concurrency value"/>
</xml-properties>
</xml-element>
+ <xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
+ <xml-properties>
+ <xml-property name="defaultValue" value="false"/>
+ <xml-property name="description" value="Used to indicate whether or not zone object is in maintenance mode."/>
+ </xml-properties>
+ </xml-element>
<xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v16.RelationshipList"/>
</java-attributes>
<xml-properties>
@@ -6859,7 +6865,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-property name="requiredProps" value="zone-id,zone-name,design-type,zone-context,in-maint"/>
</xml-properties>
</java-type>
<java-type name="RouteTargets">