Options
All
  • Public
  • Public/Protected
  • All
Menu

The deployment information that helps tracking how the node was created.

Hierarchy

  • Deployment

Index

Constructors

constructor

  • new Deployment(deploymentTool: string, deploymentToolVersion: string, lastUpdatedDate: string): Deployment
  • Parameters

    • deploymentTool: string

      The tool used to create, maintain and deploy the node. Examples: symbol-bootstrap, manual.

    • deploymentToolVersion: string

      The version of the tool used to create, maintain and deploy the node.

    • lastUpdatedDate: string

      When was the node upgraded.

    Returns Deployment

Properties

Readonly deploymentTool

deploymentTool: string

Readonly deploymentToolVersion

deploymentToolVersion: string

Readonly lastUpdatedDate

lastUpdatedDate: string

Generated using TypeDoc