Method: VlanIntf.get_all_vlan_intf

Defined in:
lib/cnos-rbapi/vlan_intf.rb

.get_all_vlan_intf(conn) ⇒ Object

parameters:

conn - connection object to the node

return: JSON response


34
35
36
37
38
# File 'lib/cnos-rbapi/vlan_intf.rb', line 34

def self.get_all_vlan_intf(conn)
        url = form_url(conn, @@cfg)
        hdr = form_hdr(conn)
    Rest.get(conn, url, hdr)
end