$DmrClusterLinkRemoteAddress: {
    properties: {
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        remoteAddress: {
            description: "The FQDN or IP address (and optional port) of the remote node. If a port is not provided, it will vary based on the transport encoding: 55555 (plain-text), 55443 (encrypted), or 55003 (compressed).";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the Link.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        remoteAddress: {
            description: "The FQDN or IP address (and optional port) of the remote node. If a port is not provided, it will vary based on the transport encoding: 55555 (plain-text), 55443 (encrypted), or 55003 (compressed).";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the Link.";
            type: "string";
        };
    }
    • dmrClusterName: {
          description: "The name of the Cluster.";
          type: "string";
      }
      • description: "The name of the Cluster."
      • type: "string"
    • remoteAddress: {
          description: "The FQDN or IP address (and optional port) of the remote node. If a port is not provided, it will vary based on the transport encoding: 55555 (plain-text), 55443 (encrypted), or 55003 (compressed).";
          type: "string";
      }
      • description: "The FQDN or IP address (and optional port) of the remote node. If a port is not provided, it will vary based on the transport encoding: 55555 (plain-text), 55443 (encrypted), or 55003 (compressed)."
      • type: "string"
    • remoteNodeName: {
          description: "The name of the node at the remote end of the Link.";
          type: "string";
      }
      • description: "The name of the node at the remote end of the Link."
      • type: "string"