CB::ConfigurationParameterAction
Inherits CB::APIAction / CB::Action / Reference / Object
API action for configuration parameters.
All configuration parameter actions must inherit this action.
Instance methods
cluster_id
The cluster ID.
cluster_id=(cluster_id : Hash(Symbol, Identifier))
The cluster ID.
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 a 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 a table.
run
Sourcevalidate
Source