MCPcopy Index your code
hub / github.com/Juniper/netconf-java / junosDeactivate

Method junosDeactivate

src/main/java/net/juniper/netconf/XML.java:330–332  ·  view source on GitHub ↗

Sets the attribute ("inactive","inactive") for the active element of XML object.

()

Source from the content-addressed store, hash-verified

328 * object.
329 */
330 public void junosDeactivate() {
331 activeElement.setAttribute("inactive", "inactive");
332 }
333
334 /**
335 * Sets the attribute ("rename") and ("name") for the active element of XML

Calls 1

setAttributeMethod · 0.80