class CB::RoleUpdate

Overview

Action to update a cluster role.

Defined in:

cb/role.cr

Instance Method Summary

Instance methods inherited from class CB::RoleAction

cluster_id : String | Nil cluster_id, cluster_id=(str : String)
cluster_id=(cluster_id : String | Nil)
cluster_id=

Instance methods inherited from class CB::APIAction

client : Client client, client=(client : Client) client=, run run

Constructor methods inherited from class CB::APIAction

new(client : CB::Client, input = STDIN, output = STDOUT) new

Instance methods inherited from class CB::Action

call call, input : IO input, input=(input : IO) input=, output : IO output, output=(output : IO) output=

Constructor methods inherited from class CB::Action

new(input : IO = STDIN, output : IO = STDOUT) new

Instance Method Detail

def read_only : Bool | Nil #

def read_only=(read_only : Bool | Nil) #

def read_only=(str : String) #

[View source]
def role : Role | Nil #

def role=(str : String) #

[View source]
def role=(role : Role | Nil) #

def rotate_password : Bool | Nil #

def rotate_password=(rotate_password : Bool | Nil) #

def rotate_password=(str : String) #

[View source]
def run #

[View source]
def validate #

[View source]