customapp

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: Apache-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 CreateUpdateOptions

type CreateUpdateOptions struct {
	Name           string
	ServerNames    []string
	L3L4Attributes L3L4Attributes
}

type CustomApplication

type CustomApplication struct {
	ID              string
	Name            string
	ServerNames     []string
	L3L4Attributes  L3L4Attributes
	LastUpdated     time.Time
	Owner           string
	SDAVCStatus     string
	ReferenceCount  int
	References      []Reference
	VsmartPolicyIDs []string
}

func (*CustomApplication) GetCreateUpdateOptions

func (c *CustomApplication) GetCreateUpdateOptions() CreateUpdateOptions

type IPsAndPorts

type IPsAndPorts struct {
	IPs   []string
	Ports *Ports
}

type L3L4Attributes

type L3L4Attributes struct {
	UDP []IPsAndPorts
	TCP []IPsAndPorts
}

type Layer4Protocol

type Layer4Protocol string
const (
	TCP       Layer4Protocol = "TCP"
	UDP       Layer4Protocol = "UDP"
	TCPAndUDP Layer4Protocol = "TCP-UDP"
)

type Ports

type Ports struct {
	Values []int32
	Ranges [][2]int32
}

type Reference

type Reference struct {
	ID       string `json:"id"`
	Property string `json:"property"`
	Type     string `json:"type,omitempty"`
}

Jump to

Keyboard shortcuts

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