virtualips

package
v0.0.0-...-65b17b6 Latest Latest
Warning

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

Go to latest
Published: May 29, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOpts

type CreateOpts struct {
	// The ID for the IP address
	ID uint64 `json:"id,omitempty"`

	// The IP address type
	Type string `json:"type,omitempty"`

	// The IP version
	IPVersion string `json:"ipVersion,omitempty"`
}

type VirtualIp

type VirtualIp struct {
	// The ID for the IP address
	ID uint64 `json:"id"`

	// The IP address
	Address string `json:"address"`

	// The IP address type
	Type string `json:"type"`

	// The IP version
	IPVersion string `json:"ipVersion"`
}

Jump to

Keyboard shortcuts

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