Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 720 Bytes

capabilities.rst

File metadata and controls

18 lines (10 loc) · 720 Bytes

~ncclient.capabilities -- NETCONF Capabilities

ncclient.capabilities

schemes

Capabilities

members

":cap" in caps

Check for the presence of capability. In addition to the URI, for capabilities of the form urn:ietf:params:netconf:capability:$name:$version their shorthand can be used as a key. For example, for urn:ietf:params:netconf:capability:candidate:1.0 the shorthand would be :candidate. If version is significant, use :candidate:1.0 as key.

iter(caps)

Return an iterator over the full URI's of capabilities represented by this object.