Variable $MsgVpnDistributedCacheClusterGlobalCachingHomeClusterLinksConst

$MsgVpnDistributedCacheClusterGlobalCachingHomeClusterLinks: {
    properties: {
        topicPrefixesUri: {
            description: "The URI of this Home Cache Cluster's collection of Topic Prefix objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Home Cache Cluster object.";
            type: "string";
        };
    };
} = ...

Type declaration

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