# Functions
NewDeleteIPAMIP creates a new http.Handler for the delete IP a m IP operation.
NewDeleteIPAMIPDisabled creates DeleteIPAMIPDisabled with default headers values.
NewDeleteIPAMIPFailure creates DeleteIPAMIPFailure with default headers values.
NewDeleteIPAMIPInvalid creates DeleteIPAMIPInvalid with default headers values.
NewDeleteIPAMIPNotFound creates DeleteIPAMIPNotFound with default headers values.
NewDeleteIPAMIPOK creates DeleteIPAMIPOK with default headers values.
NewDeleteIPAMIPParams creates a new DeleteIPAMIPParams object with the default values initialized.
NewPostIPAM creates a new http.Handler for the post IP a m operation.
NewPostIPAMCreated creates PostIPAMCreated with default headers values.
NewPostIPAMFailure creates PostIPAMFailure with default headers values.
NewPostIPAMIP creates a new http.Handler for the post IP a m IP operation.
NewPostIPAMIPDisabled creates PostIPAMIPDisabled with default headers values.
NewPostIPAMIPExists creates PostIPAMIPExists with default headers values.
NewPostIPAMIPFailure creates PostIPAMIPFailure with default headers values.
NewPostIPAMIPInvalid creates PostIPAMIPInvalid with default headers values.
NewPostIPAMIPOK creates PostIPAMIPOK with default headers values.
NewPostIPAMIPParams creates a new PostIPAMIPParams object with the default values initialized.
NewPostIPAMParams creates a new PostIPAMParams object with the default values initialized.
# Constants
DeleteIPAMIPDisabledCode is the HTTP code returned for type DeleteIPAMIPDisabled.
DeleteIPAMIPFailureCode is the HTTP code returned for type DeleteIPAMIPFailure.
DeleteIPAMIPInvalidCode is the HTTP code returned for type DeleteIPAMIPInvalid.
DeleteIPAMIPNotFoundCode is the HTTP code returned for type DeleteIPAMIPNotFound.
DeleteIPAMIPOKCode is the HTTP code returned for type DeleteIPAMIPOK.
PostIPAMCreatedCode is the HTTP code returned for type PostIPAMCreated.
PostIPAMFailureCode is the HTTP code returned for type PostIPAMFailure.
PostIPAMIPDisabledCode is the HTTP code returned for type PostIPAMIPDisabled.
PostIPAMIPExistsCode is the HTTP code returned for type PostIPAMIPExists.
PostIPAMIPFailureCode is the HTTP code returned for type PostIPAMIPFailure.
PostIPAMIPInvalidCode is the HTTP code returned for type PostIPAMIPInvalid.
PostIPAMIPOKCode is the HTTP code returned for type PostIPAMIPOK.
# Structs
DeleteIPAMIP swagger:route DELETE /ipam/{ip} ipam deleteIpAMIp
Release an allocated IP address
*/.
DeleteIPAMIPDisabled Allocation for address family disabled
swagger:response deleteIpAMIpDisabled
*/.
DeleteIPAMIPFailure Address release failure
swagger:response deleteIpAMIpFailure
*/.
DeleteIPAMIPInvalid Invalid IP address
swagger:response deleteIpAMIpInvalid
*/.
DeleteIPAMIPNotFound IP address not found
swagger:response deleteIpAMIpNotFound
*/.
DeleteIPAMIPOK Success
swagger:response deleteIpAMIpOK
*/.
DeleteIPAMIPParams contains all the bound params for the delete IP a m IP operation typically these are obtained from a http.Request
swagger:parameters DeleteIPAMIP.
DeleteIPAMIPURL generates an URL for the delete IP a m IP operation.
PostIPAM swagger:route POST /ipam ipam postIpAM
Allocate an IP address
*/.
PostIPAMCreated Success
swagger:response postIpAMCreated
*/.
PostIPAMFailure Allocation failure
swagger:response postIpAMFailure
*/.
PostIPAMIP swagger:route POST /ipam/{ip} ipam postIpAMIp
Allocate an IP address
*/.
PostIPAMIPDisabled Allocation for address family disabled
swagger:response postIpAMIpDisabled
*/.
PostIPAMIPExists IP already allocated
swagger:response postIpAMIpExists
*/.
PostIPAMIPFailure IP allocation failure.
PostIPAMIPInvalid Invalid IP address
swagger:response postIpAMIpInvalid
*/.
PostIPAMIPOK Success
swagger:response postIpAMIpOK
*/.
PostIPAMIPParams contains all the bound params for the post IP a m IP operation typically these are obtained from a http.Request
swagger:parameters PostIPAMIP.
PostIPAMIPURL generates an URL for the post IP a m IP operation.
PostIPAMParams contains all the bound params for the post IP a m operation typically these are obtained from a http.Request
swagger:parameters PostIPAM.
PostIPAMURL generates an URL for the post IP a m operation.
# Interfaces
DeleteIPAMIPHandler interface for that can handle valid delete IP a m IP params.
PostIPAMHandler interface for that can handle valid post IP a m params.
PostIPAMIPHandler interface for that can handle valid post IP a m IP params.
# Type aliases
DeleteIPAMIPHandlerFunc turns a function with the right signature into a delete IP a m IP handler.
PostIPAMHandlerFunc turns a function with the right signature into a post IP a m handler.
PostIPAMIPHandlerFunc turns a function with the right signature into a post IP a m IP handler.