$MsgVpnDmrBridge: {
    properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        remoteMsgVpnName: {
            description: "The remote Message VPN of the DMR Bridge. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`.";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the DMR Bridge.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        remoteMsgVpnName: {
            description: "The remote Message VPN of the DMR Bridge. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`.";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the DMR Bridge.";
            type: "string";
        };
    }
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • remoteMsgVpnName: {
          description: "The remote Message VPN of the DMR Bridge. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`.";
          type: "string";
      }
      • description: "The remote Message VPN of the DMR Bridge. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`."
      • type: "string"
    • remoteNodeName: {
          description: "The name of the node at the remote end of the DMR Bridge.";
          type: "string";
      }
      • description: "The name of the node at the remote end of the DMR Bridge."
      • type: "string"