$MsgVpnReplayLogLinks: {
    properties: {
        topicFilterSubscriptionsUri: {
            description: "The URI of this Replay Log's collection of Topic Filter Subscription objects. Available since 2.27.";
            type: "string";
        };
        uri: {
            description: "The URI of this Replay Log object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        topicFilterSubscriptionsUri: {
            description: "The URI of this Replay Log's collection of Topic Filter Subscription objects. Available since 2.27.";
            type: "string";
        };
        uri: {
            description: "The URI of this Replay Log object.";
            type: "string";
        };
    }
    • topicFilterSubscriptionsUri: {
          description: "The URI of this Replay Log's collection of Topic Filter Subscription objects. Available since 2.27.";
          type: "string";
      }
      • description: "The URI of this Replay Log's collection of Topic Filter Subscription objects. Available since 2.27."
      • type: "string"
    • uri: {
          description: "The URI of this Replay Log object.";
          type: "string";
      }
      • description: "The URI of this Replay Log object."
      • type: "string"