toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.redis.kotlin.inputs
/
GetRedisFirewallRulePlainArgs
Get
Redis
Firewall
Rule
Plain
Args
data
class
GetRedisFirewallRulePlainArgs
(
val
cacheName
:
String
,
val
resourceGroupName
:
String
,
val
ruleName
:
String
)
:
ConvertibleToJava
<
GetRedisFirewallRulePlainArgs
>
Members
Constructors
Get
Redis
Firewall
Rule
Plain
Args
Link copied to clipboard
constructor
(
cacheName
:
String
,
resourceGroupName
:
String
,
ruleName
:
String
)
Properties
cache
Name
Link copied to clipboard
val
cacheName
:
String
The name of the Redis cache.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group.
rule
Name
Link copied to clipboard
val
ruleName
:
String
The name of the firewall rule.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetRedisFirewallRulePlainArgs