MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / IPAMData

Struct IPAMData

network/api.go:91–96  ·  view source on GitHub ↗

IPAMData contains IPv4 or IPv6 addressing information

Source from the content-addressed store, hash-verified

89
90// IPAMData contains IPv4 or IPv6 addressing information
91type IPAMData struct {
92 AddressSpace string
93 Pool string
94 Gateway string
95 AuxAddresses map[string]interface{}
96}
97
98// DeleteNetworkRequest is sent by the daemon when a network needs to be removed
99type DeleteNetworkRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected