Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type NetworkAclRuleOptions ¶
type NetworkAclRuleOptions struct { resource.CommonOptions NetworkAclId string Egress bool }
func NewOptions ¶
func NewOptions() (options *NetworkAclRuleOptions, getFlags cmd.Flags)
type NetworkAclRulePrinter ¶
type NetworkAclRulePrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(naclRules []types.NetworkAclEntry) *NetworkAclRulePrinter
func (*NetworkAclRulePrinter) PrintJSON ¶
func (p *NetworkAclRulePrinter) PrintJSON(writer io.Writer) error
func (*NetworkAclRulePrinter) PrintTable ¶
func (p *NetworkAclRulePrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.