NodeRemovalExtraParam#

class NodeRemovalExtraParam(skip_upgrade_check=None, skip_space_check=None, skip_add_check=None, *args, **kwargs)[source]#

Bases: object

Extra parameters

Parameters:
  • skip_upgrade_check – (skip_upgrade_check) Indicates if upgrade check needs to be skip or not

  • skip_space_check – (skip_space_check) Indicates if space check needs to be skip or not

  • skip_add_check – (skip_add_check) Indicates if add node check need to be skip or not

property skip_add_check#

Indicates if add node check need to be skip or not

Type:

bool

property skip_space_check#

Indicates if space check needs to be skip or not

Type:

bool

property skip_upgrade_check#

Indicates if upgrade check needs to be skip or not

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model