diff options
author | Utkarsh Raj <ur326r@att.com> | 2017-08-04 15:12:13 -0400 |
---|---|---|
committer | Utkarsh Raj <ur326r@att.com> | 2017-08-04 15:13:15 -0400 |
commit | dc960ff92cdb8242ccec87bb3ae862241fa2d0bd (patch) | |
tree | 9689fde900d533f744295a9c114b7c89e29a8937 /aai-schema/src | |
parent | b3831d1aeb925bece1ac854dc06871966c9fb4eb (diff) |
[AAI-132 Amsterdam] Check in Schema Changes VLAN
Change-Id: Ic1a5c68bcad9baa2524662321d7c261280320ff9
Signed-off-by: Utkarsh Raj <ur326r@att.com>
Diffstat (limited to 'aai-schema/src')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 27 |
1 files changed, 27 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 ff06a77c..8f0cccd3 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -2777,6 +2777,16 @@ <xml-property name="description" value="Type of the vpn, should be taken from enumerated/valid values" /> </xml-properties> </xml-element> + <xml-element java-attribute="vpnRegion" name="vpn-region" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="region of customer vpn" /> + </xml-properties> + </xml-element> + <xml-element java-attribute="customerVpnId" name="customer-vpn-id" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="id for this customer vpn" /> + </xml-properties> + </xml-element> <xml-element java-attribute="routeDistinguisher" name="route-distinguisher" type="java.lang.String"> <xml-properties> <xml-property name="description" value="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network." /> @@ -5259,6 +5269,23 @@ <java-type name="InstanceGroup"> <xml-root-element name="instance-group" /> <java-attributes> + <xml-element java-attribute="instanceGroupRole" name="instance-group-role" required="false" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="role of the instance group." /> + </xml-properties> + </xml-element> + + <xml-element java-attribute="modelInvariantId" name="model-invariant-id" required="false" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="ASDC model id for this resource or service model." /> + </xml-properties> + </xml-element> + + <xml-element java-attribute="modelVersionId" name="model-version-id" required="false" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="ASDC model version uid for this resource model." /> + </xml-properties> + </xml-element> <xml-element java-attribute="id" name="id" required="true" type="java.lang.String" xml-key="true"> <xml-properties> <xml-property name="description" value="Instance Group ID, UUID assigned to this instance." /> |