diff options
author | 2018-11-01 14:44:54 -0400 | |
---|---|---|
committer | 2018-11-01 14:44:59 -0400 | |
commit | f63960c075b06aa540aa8acccf4beff4497aab77 (patch) | |
tree | f1578c634379c4251e397ae1f583cd9d87d6d339 /aai-schema/src/main/resources/onap/oxm | |
parent | 2a51416d266f0afa29a2246346e6d69cf38384bb (diff) |
Add orchestration status to pnf
Issue-ID: AAI-1822
Change-Id: Ic78c2f272d25cd0068241db409c0927aaa622471
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v15/aai_oxm_v15.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v15/aai_oxm_v15.xml b/aai-schema/src/main/resources/onap/oxm/v15/aai_oxm_v15.xml index 3b46a704..b1ca0dfc 100644 --- a/aai-schema/src/main/resources/onap/oxm/v15/aai_oxm_v15.xml +++ b/aai-schema/src/main/resources/onap/oxm/v15/aai_oxm_v15.xml @@ -5170,6 +5170,11 @@ <xml-property name="description" value="identifier of managed by ATT or customer"/> </xml-properties> </xml-element> + <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Orchestration status of this pnf"/> + </xml-properties> + </xml-element> <xml-element java-attribute="ipaddressV4Oam" name="ipaddress-v4-oam" type="java.lang.String"> <xml-properties> <xml-property name="description" value="ipv4-oam-address with new naming convention for IP addresses"/> |