class

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.

format=(str : String)

The output format. The default format is table format.

Source
networks

Result of API calls.

Source
networks=(networks : Array(CB::Model::Network))

Result of API calls.

Source
no_header

Flag to indicate whether the output should include a header. This only has an effect when the output format is table.

Source
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.

Source
validate
Source