NodeTypeActionParameters interface

Parameters for Node type action. If nodes are not specified on the parameters, the operation will be performed in all nodes of the node type one upgrade domain at a time.

Properties

force

Force the action to go through.

nodes

List of node names from the node type.

updateType

Specifies the way the operation will be performed.

Property Details

force

Force the action to go through.

force?: boolean

Property Value

boolean

nodes

List of node names from the node type.

nodes?: string[]

Property Value

string[]

updateType

Specifies the way the operation will be performed.

updateType?: string

Property Value

string