@hashgraph/solo
    Preparing search index...
    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)

    Index

    Properties

    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