$MsgVpnBridgeRemoteSubscription: {
    properties: {
        bridgeName: {
            description: "The name of the Bridge.";
            type: "string";
        };
        bridgeVirtualRouter: {
            type: "Enum";
        };
        deliverAlwaysEnabled: {
            description: "Enable or disable deliver-always for the Bridge remote subscription topic instead of a deliver-to-one remote priority. A given topic for the Bridge may be deliver-to-one or deliver-always but not both.";
            type: "boolean";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        remoteSubscriptionTopic: {
            description: "The topic of the Bridge remote subscription.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        bridgeName: {
            description: "The name of the Bridge.";
            type: "string";
        };
        bridgeVirtualRouter: {
            type: "Enum";
        };
        deliverAlwaysEnabled: {
            description: "Enable or disable deliver-always for the Bridge remote subscription topic instead of a deliver-to-one remote priority. A given topic for the Bridge may be deliver-to-one or deliver-always but not both.";
            type: "boolean";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        remoteSubscriptionTopic: {
            description: "The topic of the Bridge remote subscription.";
            type: "string";
        };
    }
    • bridgeName: {
          description: "The name of the Bridge.";
          type: "string";
      }
      • description: "The name of the Bridge."
      • type: "string"
    • bridgeVirtualRouter: {
          type: "Enum";
      }
      • type: "Enum"
    • deliverAlwaysEnabled: {
          description: "Enable or disable deliver-always for the Bridge remote subscription topic instead of a deliver-to-one remote priority. A given topic for the Bridge may be deliver-to-one or deliver-always but not both.";
          type: "boolean";
      }
      • description: "Enable or disable deliver-always for the Bridge remote subscription topic instead of a deliver-to-one remote priority. A given topic for the Bridge may be deliver-to-one or deliver-always but not both."
      • type: "boolean"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • remoteSubscriptionTopic: {
          description: "The topic of the Bridge remote subscription.";
          type: "string";
      }
      • description: "The topic of the Bridge remote subscription."
      • type: "string"