toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.cache.kotlin.inputs
/
GetFirewallRulePlainArgs
Get
Firewall
Rule
Plain
Args
data
class
GetFirewallRulePlainArgs
(
val
cacheName
:
String
,
val
resourceGroupName
:
String
,
val
ruleName
:
String
)
:
ConvertibleToJava
<
GetFirewallRulePlainArgs
>
Members
Constructors
Get
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
(
)
:
GetFirewallRulePlainArgs