toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.webpubsub.kotlin.inputs
/
IPRuleArgs
IPRule
Args
data
class
IPRuleArgs
(
val
action
:
Output
<
Either
<
String
,
ACLAction
>
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
IPRuleArgs
>
An IP rule
Members
Constructors
IPRule
Args
Link copied to clipboard
constructor
(
action
:
Output
<
Either
<
String
,
ACLAction
>
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
Output
<
Either
<
String
,
ACLAction
>
>
?
=
null
Azure Networking ACL Action.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
An IP or CIDR or ServiceTag
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IPRuleArgs