@hashgraph/solo
    Preparing search index...
    Index

    Constructors

    • Parameters

      • clusterReference: string
      • context: string
      • deployment: string
      • nodeAlias: `node${number}`
      • namespace: NamespaceName
      • nodeId: string | number
      • nodePodName: PodName
      • haProxyName: string
      • haProxyLoadBalancerIp: string
      • haProxyClusterIp: string
      • haProxyGrpcPort: string | number
      • haProxyGrpcsPort: string | number
      • accountId: string
      • haProxyAppSelector: string
      • haProxyPodName: PodName
      • nodeServiceName: string
      • nodeServiceClusterIp: string
      • nodeServiceLoadBalancerIp: string
      • nodeServiceGossipPort: string | number
      • nodeServiceGrpcPort: string | number
      • nodeServiceGrpcsPort: string | number
      • envoyProxyName: string
      • envoyProxyClusterIp: string
      • envoyProxyLoadBalancerIp: string
      • envoyProxyGrpcWebPort: number
      • externalAddress: string

      Returns NetworkNodeServices

    Properties

    accountId: string
    clusterReference: string
    context: string
    deployment: string
    envoyProxyClusterIp: string
    envoyProxyGrpcWebPort: number
    envoyProxyLoadBalancerIp: string
    envoyProxyName: string
    externalAddress: string
    haProxyAppSelector: string
    haProxyClusterIp: string
    haProxyGrpcPort: string | number
    haProxyGrpcsPort: string | number
    haProxyLoadBalancerIp: string
    haProxyName: string
    haProxyPodName: PodName
    namespace: NamespaceName
    nodeAlias: `node${number}`
    nodeId: string | number
    nodePodName: PodName
    nodeServiceClusterIp: string
    nodeServiceGossipPort: string | number
    nodeServiceGrpcPort: string | number
    nodeServiceGrpcsPort: string | number
    nodeServiceLoadBalancerIp: string
    nodeServiceName: string

    Methods