Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + const DefaultNVOSPort + type NVOS struct + Credential *credential.Credential + IP net.IP + MAC net.HardwareAddr + Port int + func New(mac string, ip string, cred *credential.Credential) (*NVOS, error) + func NewFromAddr(mac net.HardwareAddr, ip net.IP, cred *credential.Credential) (*NVOS, error) + func (n *NVOS) GetCredential() *credential.Credential + func (n *NVOS) GetIP() net.IP + func (n *NVOS) GetMAC() net.HardwareAddr + func (n *NVOS) GetPort() int + func (n *NVOS) SetCredential(cred *credential.Credential) + func (n *NVOS) SetIP(ip string) error + func (n *NVOS) SetPort(port int)