types

package
v0.0.0-...-8023bdc Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Network

type Network struct {
	Name      string
	Uid       string
	TenantID  string
	SegmentID int32
	Subnets   []*Subnet
	// Status of network
	// Valid value: Initializing, Active, Pending, Failed, Terminating
	Status string
}

type Route

type Route struct {
	Name            string
	Nexthop         string
	DestinationCIDR string
}

Route is a representation of an advanced routing rule.

type Subnet

type Subnet struct {
	Name       string
	Uid        string
	Cidr       string
	Gateway    string
	Tenantid   string
	Dnsservers []string
	Routes     []*Route
}

Subnet is a representaion of a subnet

Jump to

Keyboard shortcuts

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