class

CB::ConfigurationParameterAction

Inherits CB::APIAction / CB::Action / Reference / Object

API action for configuration parameters.

All configuration parameter actions must inherit this action.

Instance methods

args

List of configuration parameter argments for the action.

Source
args=(args : Array(String))

List of configuration parameter argments for the action.

Source
cluster_id

The cluster ID.

cluster_id=(cluster_id : Hash(Symbol, Identifier))

The cluster ID.

cluster_id=(str : String)

The cluster ID.

Source
format

The output format. The default format is table format.

format=(str : String)

The output format. The default format is table format.

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

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 a table.

Source
validate
Source