MsgVpnDistributedCacheClusterInstance: {
    autoStartEnabled?: boolean;
    cacheName?: string;
    clusterName?: string;
    enabled?: boolean;
    instanceName?: string;
    msgVpnName?: string;
    stopOnLostMsgEnabled?: boolean;
}

Type declaration

  • Optional autoStartEnabled?: boolean

    Enable or disable auto-start for the Cache Instance. When enabled, the Cache Instance will automatically attempt to transition from the Stopped operational state to Up whenever it restarts or reconnects to the message broker. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false.

  • Optional cacheName?: string

    The name of the Distributed Cache.

  • Optional clusterName?: string

    The name of the Cache Cluster.

  • Optional enabled?: boolean

    Enable or disable the Cache Instance. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false.

  • Optional instanceName?: string

    The name of the Cache Instance.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional stopOnLostMsgEnabled?: boolean

    Enable or disable stop-on-lost-message for the Cache Instance. When enabled, the Cache Instance will transition to the stopped operational state upon losing a message. When stopped, it cannot accept or respond to cache requests, but continues to cache messages. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is true.