firewall

package
v0.0.0-...-43d62ff Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SubCommands

func SubCommands() []cli.Command

Types

type FirewallProfile

type FirewallProfile struct {
	Profile Policy `json:"firewall_profile"`
}

type Policy

type Policy struct {
	Rules       []Rule `json:"rules"`
	Md5         string `json:"md5,omitempty"`
	ActualRules []Rule `json:"actual_rules,omitempty"`
}

type Rule

type Rule struct {
	Protocol string `json:"ip_protocol"`
	Cidr     string `json:"cidr_ip"`
	MinPort  int    `json:"min_port"`
	MaxPort  int    `json:"max_port"`
}

Jump to

Keyboard shortcuts

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