toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
ZeroTrustGatewayPolicyRuleSettingsL4override
Zero
Trust
Gateway
Policy
Rule
Settings
L4override
data
class
ZeroTrustGatewayPolicyRuleSettingsL4override
(
val
ip
:
String
?
=
null
,
val
port
:
Int
?
=
null
)
Members
Constructors
Zero
Trust
Gateway
Policy
Rule
Settings
L4override
Link copied to clipboard
constructor
(
ip
:
String
?
=
null
,
port
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Link copied to clipboard
val
ip
:
String
?
=
null
IPv4 or IPv6 address.
port
Link copied to clipboard
val
port
:
Int
?
=
null
A port number to use for TCP/UDP overrides.