network

package
v0.0.0-...-7ae29b8 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ForwardedPort

type ForwardedPort struct {
	AutoCorrect bool   `hcl:"auto_correct,optional"`
	Guest       int32  `hcl:"guest,optional"`
	GuestIP     string `hcl:"guest_ip,optional"`
	Host        int32  `hcl:"host,optional"`
	HostIP      string `hcl:"host_ip,optional"`
	ID          string `hcl:"id,optional"`
	Protocol    string `hcl:"protocol,optional"`
	Type        string `hcl:"type,optional"`

	Body   hcl.Body `hcl:",body"`
	Remain hcl.Body `hcl:",remain"`
}

type Network

type Network struct {
	AutoConfig bool   `hcl:"auto_config,optional"`
	IP         string `hcl:"ip,optional"`
	Netmask    int32  `hcl:"netmask,optional"`

	Body   hcl.Body `hcl:",body"`
	Remain hcl.Body `hcl:",remain"`
}

Jump to

Keyboard shortcuts

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