$DmrClusterLinkAttribute: {
    properties: {
        attributeName: {
            description: "The name of the Attribute.";
            type: "string";
        };
        attributeValue: {
            description: "The value of the Attribute.";
            type: "string";
        };
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the Link.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        attributeName: {
            description: "The name of the Attribute.";
            type: "string";
        };
        attributeValue: {
            description: "The value of the Attribute.";
            type: "string";
        };
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the Link.";
            type: "string";
        };
    }
    • attributeName: {
          description: "The name of the Attribute.";
          type: "string";
      }
      • description: "The name of the Attribute."
      • type: "string"
    • attributeValue: {
          description: "The value of the Attribute.";
          type: "string";
      }
      • description: "The value of the Attribute."
      • type: "string"
    • dmrClusterName: {
          description: "The name of the Cluster.";
          type: "string";
      }
      • description: "The name of the Cluster."
      • 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"