toggle menu
pulumi-digitalocean-kotlin
4.45.0.0
jvm
switch theme
search in API
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.outputs
/
FirewallInboundRule
/
FirewallInboundRule
Firewall
Inbound
Rule
constructor
(
portRange
:
String
?
=
null
,
protocol
:
String
,
sourceAddresses
:
List
<
String
>
?
=
null
,
sourceDropletIds
:
List
<
Int
>
?
=
null
,
sourceKubernetesIds
:
List
<
String
>
?
=
null
,
sourceLoadBalancerUids
:
List
<
String
>
?
=
null
,
sourceTags
:
List
<
String
>
?
=
null
)