You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

References

Attention to

Proposal

ReferenceCCVPN Use Case ReferenceAAI Schema ReferenceAAI Proposed SchemaNotes
AAI-1353-1SOTN Infra

aai_schema_v13.xsd

  • "service-instance"

See Figure 1 below.

Use existing class of objects.Figure 1 - SOTN-Connectivity diagram

AAI-1353-2SOTN Connectivity

aai_schema_v13.xsd

  • "relationship-list" (to service-instance)
  • "vpn-bindings"

new element "connectivity", with 10-12 properties and 1-2 relationships and new element "connectivities:

Mockup Schema
<xs:element name="connectivity">
 <xs:complexType>
   <xs:sequence>
    <xs:element name="bandwidth-profile-name" type="xs:string">
    <xs:element name="bandwidth-profile-type" type="xs:string">
    <xs:element name="CIR" type="xs:string">
    <xs:element name="EIR" type="xs:string">
    <xs:element name="CBS" type="xs:string">
    <xs:element name="EBS" type="xs:string">
    <xs:element name="color-aware" type="xs:string">
    <xs:element name="coupling-flag" type="xs:string">
    <xs:element name="etht-svc-name" type="xs:string">
    <xs:element name="access-provider-id" type="xs:string">
    <xs:element name="access-client-id" type="xs:string">
    <xs:element name="access-topology-id" type="xs:string">
    <xs:element ref="tns:relationship-list" minOccurs="0"/>
    <xs:element ref="tns:vpn-bindings" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>


<xs:element name="connectivities">
 <xs:complexType>
   <xs:sequence>
    <xs:element ref="connectivity" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>

See Figure 1 above.

Proposal for specific new class of "connectivity" objects.

AAI-1353-3VPN

aai_schema_v13.xsd

  • "vpn-binding"
  • "vpn-bindings"

See Figure 1 above.

Use existing class of objects.

AAI-1353-4SP Partner

aai_schema_v13.xsd

  • "relationship-list" (to service-instance)

new element "sp-partner" and new element "sp-partners":

Mockup Schema
<xs:element name="sp-partner">
 <xs:complexType>
   <xs:sequence>
    <xs:element name="id" type="xs:string">
    <xs:element name="url" type="xs:string">
    <xs:element ref="tns:relationship-list" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>

<xs:element name="sp-partners">
 <xs:complexType>
   <xs:sequence>
    <xs:element ref="sp-partner" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>

See Figure 1 above.

Proposal for specific new class of "sp-partner" objects.

AAI-1353-5SDWAN-service

tbc
AAI-1353-6Site-Service

tbc
AAI-1353-7Topology

tbc



  • No labels