@hashgraph/solo
Preparing search index...
src/commands/node/config-interfaces/node-update-config-class
NodeUpdateConfigClass
Interface NodeUpdateConfigClass
interface
NodeUpdateConfigClass
{
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
;
domainNames
:
string
;
domainNamesMapping
:
Record
<
`
node
${
number
}
`
,
string
>
;
endpointType
:
string
;
existingNodeAliases
:
NodeAliases
;
freezeAdminPrivateKey
:
string
|
PrivateKey
;
gossipEndpoints
:
string
;
gossipPrivateKey
:
string
;
gossipPublicKey
:
string
;
grpcEndpoints
:
string
;
keysDir
:
string
;
localBuildPath
:
string
;
namespace
:
NamespaceName
;
newAccountNumber
:
string
;
newAdminKey
:
PrivateKey
;
nodeAlias
:
`
node
${
number
}
`
;
nodeClient
:
NodeClient
;
podRefs
:
Record
<
`
node
${
number
}
`
,
PodReference
>
;
quiet
:
boolean
;
releaseTag
:
string
;
serviceMap
:
NodeServiceMapping
;
skipStop
:
boolean
;
soloChartVersion
:
string
;
stagingDir
:
string
;
stagingKeysDir
:
string
;
tlsPrivateKey
:
string
;
tlsPublicKey
:
string
;
treasuryKey
:
PrivateKey
;
}
Hierarchy (
View Summary
)
NodeCommonConfigWithNodeAlias
CheckedNodesConfigClass
NodeUpdateConfigClass
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
domain
Names
domain
Names
Mapping
endpoint
Type
existing
Node
Aliases
freeze
Admin
Private
Key
gossip
Endpoints
gossip
Private
Key
gossip
Public
Key
grpc
Endpoints
keys
Dir
local
Build
Path
namespace
new
Account
Number
new
Admin
Key
node
Alias
node
Client
pod
Refs
quiet
release
Tag
service
Map
skip
Stop
solo
Chart
Version
staging
Dir
staging
Keys
Dir
tls
Private
Key
tls
Public
Key
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
domain
Names
domainNames
:
string
domain
Names
Mapping
domainNamesMapping
:
Record
<
`
node
${
number
}
`
,
string
>
endpoint
Type
endpointType
:
string
existing
Node
Aliases
existingNodeAliases
:
NodeAliases
freeze
Admin
Private
Key
freezeAdminPrivateKey
:
string
|
PrivateKey
gossip
Endpoints
gossipEndpoints
:
string
gossip
Private
Key
gossipPrivateKey
:
string
gossip
Public
Key
gossipPublicKey
:
string
grpc
Endpoints
grpcEndpoints
:
string
keys
Dir
keysDir
:
string
local
Build
Path
localBuildPath
:
string
namespace
namespace
:
NamespaceName
new
Account
Number
newAccountNumber
:
string
new
Admin
Key
newAdminKey
:
PrivateKey
node
Alias
nodeAlias
:
`
node
${
number
}
`
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
tls
Private
Key
tlsPrivateKey
:
string
tls
Public
Key
tlsPublicKey
:
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
domain
Names
domain
Names
Mapping
endpoint
Type
existing
Node
Aliases
freeze
Admin
Private
Key
gossip
Endpoints
gossip
Private
Key
gossip
Public
Key
grpc
Endpoints
keys
Dir
local
Build
Path
namespace
new
Account
Number
new
Admin
Key
node
Alias
node
Client
pod
Refs
quiet
release
Tag
service
Map
skip
Stop
solo
Chart
Version
staging
Dir
staging
Keys
Dir
tls
Private
Key
tls
Public
Key
treasury
Key
@hashgraph/solo
Loading...