package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Jun 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ips implements API functions residing under /provisioning/ips.
This path contains methods for querying ips in a VLAN.
API contains methods for IP manipulation (but only in the context of provisioning).
NewAPI creates a new IP API instance with the given client.
type IP struct {
Identifier string `json:"identifier"`
Text string `json:"text"`
Prefix string `json:"prefix"`
}
IP defines informationen corresponding to the IP of a VLAN.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.