pulumi-azure-native-kotlin
2.14.0.0
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
>
Constructors
Functions
Properties
Constructors
Get
Firewall
Rule
Plain
Args
Link copied to clipboard
fun
GetFirewallRulePlainArgs
(
cacheName
:
String
,
resourceGroupName
:
String
,
ruleName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetFirewallRulePlainArgs
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.