CB::NetworkAction
Inherits CB::APIAction / CB::Action / Reference / Object
API action for network management.
All network management actions must inherit this action.
Instance methods
format
The output format. The default format is table format.
format=(format : Format)
The output format. The default format is table format.
no_header
Flag to indicate whether the output should include a header. This only
has an effect when the output format is table.
no_header=(no_header : Bool)
Flag to indicate whether the output should include a header. This only
has an effect when the output format is table.
run
Sourcevalidate
Source