mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
id: v2025-managed-cluster-redis
|
||||
title: ManagedClusterRedis
|
||||
pagination_label: ManagedClusterRedis
|
||||
sidebar_label: ManagedClusterRedis
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ManagedClusterRedis', 'V2025ManagedClusterRedis']
|
||||
slug: /tools/sdk/python/v2025/models/managed-cluster-redis
|
||||
tags: ['SDK', 'Software Development Kit', 'ManagedClusterRedis', 'V2025ManagedClusterRedis']
|
||||
---
|
||||
|
||||
# ManagedClusterRedis
|
||||
|
||||
Managed Cluster Redis Configuration
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**redis_host** | **str** | ManagedCluster redisHost | [optional]
|
||||
**redis_port** | **int** | ManagedCluster redisPort | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.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]](#)
|
||||
|
||||
Reference in New Issue
Block a user