toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.analysisservices.kotlin.outputs
/
IPv4FirewallRuleResponse
IPv4Firewall
Rule
Response
data
class
IPv4FirewallRuleResponse
(
val
firewallRuleName
:
String
?
=
null
,
val
rangeEnd
:
String
?
=
null
,
val
rangeStart
:
String
?
=
null
)
The detail of firewall rule.
Members
Constructors
IPv4Firewall
Rule
Response
Link copied to clipboard
constructor
(
firewallRuleName
:
String
?
=
null
,
rangeEnd
:
String
?
=
null
,
rangeStart
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
firewall
Rule
Name
Link copied to clipboard
val
firewallRuleName
:
String
?
=
null
The rule name.
range
End
Link copied to clipboard
val
rangeEnd
:
String
?
=
null
The end range of IPv4.
range
Start
Link copied to clipboard
val
rangeStart
:
String
?
=
null
The start range of IPv4.