Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/ManagedClusterRedis.md
2025-02-20 12:59:19 -05:00

970 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-managed-cluster-redis ManagedClusterRedis ManagedClusterRedis ManagedClusterRedis pythonsdk
python
Python
sdk
ManagedClusterRedis
V2024ManagedClusterRedis
/tools/sdk/python/v2024/models/managed-cluster-redis
SDK
Software Development Kit
ManagedClusterRedis
V2024ManagedClusterRedis

ManagedClusterRedis

Managed Cluster Redis Configuration

Properties

Name Type Description Notes
redis_host str ManagedCluster redisHost [optional]
redis_port int ManagedCluster redisPort [optional]
}

Example

from sailpoint.v2024.models.managed_cluster_redis import ManagedClusterRedis

managed_cluster_redis = ManagedClusterRedis(
redis_host='megapod-useast1-shared-redis.cloud.sailpoint.com',
redis_port=6379
)

[Back to top]