class CB::MaintenanceWindowUpdate

Overview

Action to update cluster maintenance window

Defined in:

cb/maintenance.cr

Instance Method Summary

Instance methods inherited from class CB::MaintenanceAction

cluster_id : Hash(Symbol, Identifier) cluster_id, cluster_id=(cluster_id : Hash(Symbol, Identifier))
cluster_id=(str : String)
cluster_id=
, validate validate

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 run #

[View source]
def unset : Bool #

def unset=(unset : Bool) #

def unset=(str : String) #

[View source]
def validate #

[View source]
def window_start : Int32 | Nil #

def window_start=(window_start : Int32 | Nil) #

def window_start=(str : String) #

[View source]