@hashgraph/solo
Preparing search index...
src/commands/node/config-interfaces/node-upgrade-config-class
NodeUpgradeConfigClass
Interface NodeUpgradeConfigClass
interface
NodeUpgradeConfigClass
{
adminKey
:
PrivateKey
;
allNodeAliases
:
NodeAliases
;
app
:
string
;
cacheDir
:
string
;
chartDirectory
:
string
;
chartPath
:
string
;
consensusNodes
:
ConsensusNode
[]
;
contexts
:
string
[]
;
curDate
:
Date
;
debugNodeAlias
:
`
node
${
number
}
`
;
deployment
:
string
;
devMode
:
boolean
;
existingNodeAliases
:
NodeAliases
;
freezeAdminPrivateKey
:
string
|
PrivateKey
;
keysDir
:
string
;
localBuildPath
:
string
;
namespace
:
NamespaceName
;
nodeAliases
:
NodeAliases
;
nodeAliasesUnparsed
:
string
;
nodeClient
:
NodeClient
;
podRefs
:
Record
<
`
node
${
number
}
`
,
PodReference
>
;
quiet
:
boolean
;
releaseTag
:
string
;
serviceMap
:
NodeServiceMapping
;
skipStop
:
boolean
;
soloChartVersion
:
string
;
stagingDir
:
string
;
stagingKeysDir
:
string
;
treasuryKey
:
PrivateKey
;
}
Hierarchy (
View Summary
)
NodeCommonConfigWithNodeAliases
CheckedNodesConfigClass
NodeUpgradeConfigClass
Index
Properties
admin
Key
all
Node
Aliases
app
cache
Dir
chart
Directory
chart
Path
consensus
Nodes
contexts
cur
Date
debug
Node
Alias
deployment
dev
Mode
existing
Node
Aliases
freeze
Admin
Private
Key
keys
Dir
local
Build
Path
namespace
node
Aliases
node
Aliases
Unparsed
node
Client
pod
Refs
quiet
release
Tag
service
Map
skip
Stop
solo
Chart
Version
staging
Dir
staging
Keys
Dir
treasury
Key
Properties
admin
Key
adminKey
:
PrivateKey
all
Node
Aliases
allNodeAliases
:
NodeAliases
app
app
:
string
cache
Dir
cacheDir
:
string
chart
Directory
chartDirectory
:
string
chart
Path
chartPath
:
string
consensus
Nodes
consensusNodes
:
ConsensusNode
[]
contexts
contexts
:
string
[]
cur
Date
curDate
:
Date
debug
Node
Alias
debugNodeAlias
:
`
node
${
number
}
`
deployment
deployment
:
string
dev
Mode
devMode
:
boolean
existing
Node
Aliases
existingNodeAliases
:
NodeAliases
freeze
Admin
Private
Key
freezeAdminPrivateKey
:
string
|
PrivateKey
keys
Dir
keysDir
:
string
local
Build
Path
localBuildPath
:
string
namespace
namespace
:
NamespaceName
node
Aliases
nodeAliases
:
NodeAliases
node
Aliases
Unparsed
nodeAliasesUnparsed
:
string
node
Client
nodeClient
:
NodeClient
pod
Refs
podRefs
:
Record
<
`
node
${
number
}
`
,
PodReference
>
quiet
quiet
:
boolean
release
Tag
releaseTag
:
string
service
Map
serviceMap
:
NodeServiceMapping
skip
Stop
skipStop
:
boolean
solo
Chart
Version
soloChartVersion
:
string
staging
Dir
stagingDir
:
string
staging
Keys
Dir
stagingKeysDir
:
string
treasury
Key
treasuryKey
:
PrivateKey
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
admin
Key
all
Node
Aliases
app
cache
Dir
chart
Directory
chart
Path
consensus
Nodes
contexts
cur
Date
debug
Node
Alias
deployment
dev
Mode
existing
Node
Aliases
freeze
Admin
Private
Key
keys
Dir
local
Build
Path
namespace
node
Aliases
node
Aliases
Unparsed
node
Client
pod
Refs
quiet
release
Tag
service
Map
skip
Stop
solo
Chart
Version
staging
Dir
staging
Keys
Dir
treasury
Key
@hashgraph/solo
Loading...