toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.iotcentral.kotlin.inputs
/
ApplicationNetworkRuleSetIpRuleArgs
Application
Network
Rule
Set
Ip
Rule
Args
data
class
ApplicationNetworkRuleSetIpRuleArgs
(
val
ipMask
:
Output
<
String
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
ApplicationNetworkRuleSetIpRuleArgs
>
Members
Constructors
Application
Network
Rule
Set
Ip
Rule
Args
Link copied to clipboard
constructor
(
ipMask
:
Output
<
String
>
,
name
:
Output
<
String
>
)
Properties
ip
Mask
Link copied to clipboard
val
ipMask
:
Output
<
String
>
The IP address range in CIDR notation for the IP Rule.
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the IP Rule
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationNetworkRuleSetIpRuleArgs