Loading src/yang/etsi-nfv-vnf.yang +48 −0 Original line number Original line Diff line number Diff line Loading @@ -1596,6 +1596,19 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.8.14, "GS NFV IFA011: Section 7.1.8.14, L2ProtocolData information element."; L2ProtocolData information element."; } } leaf segmentation-id { type string; description "If present, specifies a specific virtualised network segment, which depends on the network type. For e.g., VLAN ID for VLAN network type and tunnel ID for GRE/VXLAN network types."; reference "GS NFV IFA011: Section 7.1.8.14, L2ProtocolData information element."; } description description "Specifies the L2 protocol data for this virtual link. "Specifies the L2 protocol data for this virtual link. Shall be present when the associatedLayerProtocol Shall be present when the associatedLayerProtocol Loading Loading @@ -2571,6 +2584,41 @@ submodule etsi-nfv-vnf { information element"; information element"; } } leaf vnfm-interface-info { type string; description "Contains information enabling access to the NFV-MANO interfaces produced by the VNFM (e.g. URIs and credentials)."; reference "GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties information element"; } leaf vnfm-oauth-server-info { type string; description "Contains information to enable discovery of the authorization server protecting access to VNFM interfaces."; reference "GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties information element"; } leaf vnf-oauth-server-info { type string; description "Contains information to enable discovery of the authorization server to validate the access tokens provided by the VNFM when the VNFM accesses the VNF interfaces, if that functionality (token introspection) is supported by the authorization server."; reference "GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties information element"; } list additional-configurable-property { list additional-configurable-property { key "key"; key "key"; Loading Loading
src/yang/etsi-nfv-vnf.yang +48 −0 Original line number Original line Diff line number Diff line Loading @@ -1596,6 +1596,19 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.8.14, "GS NFV IFA011: Section 7.1.8.14, L2ProtocolData information element."; L2ProtocolData information element."; } } leaf segmentation-id { type string; description "If present, specifies a specific virtualised network segment, which depends on the network type. For e.g., VLAN ID for VLAN network type and tunnel ID for GRE/VXLAN network types."; reference "GS NFV IFA011: Section 7.1.8.14, L2ProtocolData information element."; } description description "Specifies the L2 protocol data for this virtual link. "Specifies the L2 protocol data for this virtual link. Shall be present when the associatedLayerProtocol Shall be present when the associatedLayerProtocol Loading Loading @@ -2571,6 +2584,41 @@ submodule etsi-nfv-vnf { information element"; information element"; } } leaf vnfm-interface-info { type string; description "Contains information enabling access to the NFV-MANO interfaces produced by the VNFM (e.g. URIs and credentials)."; reference "GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties information element"; } leaf vnfm-oauth-server-info { type string; description "Contains information to enable discovery of the authorization server protecting access to VNFM interfaces."; reference "GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties information element"; } leaf vnf-oauth-server-info { type string; description "Contains information to enable discovery of the authorization server to validate the access tokens provided by the VNFM when the VNFM accesses the VNF interfaces, if that functionality (token introspection) is supported by the authorization server."; reference "GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties information element"; } list additional-configurable-property { list additional-configurable-property { key "key"; key "key"; Loading