diff options
author | James Forsyth <jf2512@att.com> | 2017-08-31 16:27:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-31 16:27:07 +0000 |
commit | 6863f590291397d6f73ac19266cba739ce0b03c1 (patch) | |
tree | ef2a85ca0ddd2f1669c382abe07df898aedbdca7 /aai-schema/src | |
parent | 08c7c6ae6978007e4883625d66c09ca0daae8406 (diff) | |
parent | 98966d17056c2e233c8559dc2a4fb6ceb121e2da (diff) |
Merge "Add epaCaps and cloudExtraInfo to cloud-region."
Diffstat (limited to 'aai-schema/src')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 10 |
1 files changed, 10 insertions, 0 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 956ee0a9..51f1ddfd 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -298,6 +298,16 @@ <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="cloudExtraInfo" name="cloud-extra-info" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM." /> + </xml-properties> + </xml-element> + <xml-element java-attribute="cloudEpaCaps" name="cloud-epa-caps" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="MultiVIM will discover and expose EPA capabilities." /> + </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." /> |