ipamspec

package
v0.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CREATE = "Create"
	DELETE = "Delete"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IPAMRequest

type IPAMRequest struct {
	Metadata  interface{}
	Operation string
	HostName  string
	IPAddr    string
	Key       string
	IPAMLabel string
}

func (IPAMRequest) String

func (ipmReq IPAMRequest) String() string

type IPAMResponse

type IPAMResponse struct {
	Request IPAMRequest
	IPAddr  string
	Status  bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL