Interface RedisCache.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
RedisCache.Update
- Enclosing interface:
RedisCache.UpdateStages
public static interface RedisCache.UpdateStages.WithPublicNetworkAccess
The stage of redis cache update allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the redis cache.Enables public network access for the redis cache.
-
Method Details
-
enablePublicNetworkAccess
RedisCache.Update enablePublicNetworkAccess()Enables public network access for the redis cache.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
RedisCache.Update disablePublicNetworkAccess()Disables public network access for the redis cache.- Returns:
- the next stage of the update
-