cloudprovider

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudInstance

type CloudInstance struct {
	Name                string
	Type                string
	AcceleratorProtocol string
	Interfaces          []NetworkInterface
}

type NetworkInterface

type NetworkInterface struct {
	IPv4    string   `json:"ip,omitempty"`
	IPv6    []string `json:"ipv6,omitempty"`
	Mac     string   `json:"mac,omitempty"`
	MTU     int      `json:"mtu,omitempty"`
	Network string   `json:"network,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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