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

Method hostName

src/main/java/net/juniper/netconf/Device.java:156–159  ·  view source on GitHub ↗

Sets the DNS host name or IP address of the Netconf server. @param hostName server host name or IP @return this Builder for fluent chaining

(String hostName)

Source from the content-addressed store, hash-verified

154 * @return this {@code Builder} for fluent chaining
155 */
156 public Builder hostName(String hostName) {
157 this.hostName = hostName;
158 return this;
159 }
160
161 /**
162 * Specifies the TCP port on which the Netconf SSH subsystem listens.

Calls

no outgoing calls