Discover Packages
code.cloudfoundry.org/cf-networking-release
src
policy-server
api
api_v0_internal
package
Version:
v1.8.3
Opens a new window with list of versions in this module.
Published: May 10, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types NewMapper(Unmarshaler, Marshaler) type Destination type Policies type Policy type PolicySlice type Ports type Source type Space type Tag (s) Len() (s) Less(i, j) (s) Swap(i, j)
Documentation
¶
type Destination struct {
ID string `json:"id"`
Tag string `json:"tag,omitempty"`
Protocol string `json:"protocol"`
Port int `json:"port"`
Ports Ports `json:"ports"`
}
type Policies struct {
TotalPolicies int `json:"total_policies"`
Policies []Policy `json:"policies"`
}
type Policy struct {
Source Source `json:"source"`
Destination Destination `json:"destination"`
}
type Ports struct {
Start int `json:"start"`
End int `json:"end"`
}
type Source struct {
ID string `json:"id"`
Tag string `json:"tag,omitempty"`
}
type Space struct {
Name string `json:name`
OrgGUID string `json:organization_guid`
}
type Tag struct {
ID string `json:"id"`
Tag string `json:"tag"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.