package
Version:
v6.50.0+incompatible
Opens a new window with list of versions in this module.
Published: Mar 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Rule struct {
Protocol string `json:"protocol"`
Destination string `json:"destination"`
Ports *string `json:"ports,omitempty"`
Type *int `json:"type,omitempty"`
Code *int `json:"code,omitempty"`
Description *string `json:"description,omitempty"`
Log *bool `json:"log,omitempty"`
}
type SecurityGroup struct {
Name string `json:"name"`
GUID string `json:"guid,omitempty"`
Rules []Rule `json:"rules"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.