$MsgVpnDistributedCacheClusterLinks: {
    properties: {
        globalCachingHomeClustersUri: {
            description: "The URI of this Cache Cluster's collection of Home Cache Cluster objects.";
            type: "string";
        };
        instancesUri: {
            description: "The URI of this Cache Cluster's collection of Cache Instance objects.";
            type: "string";
        };
        topicsUri: {
            description: "The URI of this Cache Cluster's collection of Topic objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Cache Cluster object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        globalCachingHomeClustersUri: {
            description: "The URI of this Cache Cluster's collection of Home Cache Cluster objects.";
            type: "string";
        };
        instancesUri: {
            description: "The URI of this Cache Cluster's collection of Cache Instance objects.";
            type: "string";
        };
        topicsUri: {
            description: "The URI of this Cache Cluster's collection of Topic objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Cache Cluster object.";
            type: "string";
        };
    }
    • globalCachingHomeClustersUri: {
          description: "The URI of this Cache Cluster's collection of Home Cache Cluster objects.";
          type: "string";
      }
      • description: "The URI of this Cache Cluster's collection of Home Cache Cluster objects."
      • type: "string"
    • instancesUri: {
          description: "The URI of this Cache Cluster's collection of Cache Instance objects.";
          type: "string";
      }
      • description: "The URI of this Cache Cluster's collection of Cache Instance objects."
      • type: "string"
    • topicsUri: {
          description: "The URI of this Cache Cluster's collection of Topic objects.";
          type: "string";
      }
      • description: "The URI of this Cache Cluster's collection of Topic objects."
      • type: "string"
    • uri: {
          description: "The URI of this Cache Cluster object.";
          type: "string";
      }
      • description: "The URI of this Cache Cluster object."
      • type: "string"