pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.pvtz.kotlin.inputs
/
RuleForwardIpArgs
Rule
Forward
Ip
Args
data
class
RuleForwardIpArgs
(
val
ip
:
Output
<
String
>
,
val
port
:
Output
<
Int
>
)
:
ConvertibleToJava
<
RuleForwardIpArgs
>
Constructors
Functions
Properties
Constructors
Rule
Forward
Ip
Args
Link copied to clipboard
fun
RuleForwardIpArgs
(
ip
:
Output
<
String
>
,
port
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleForwardIpArgs
Properties
ip
Link copied to clipboard
val
ip
:
Output
<
String
>
The ip of the forwarding destination.
port
Link copied to clipboard
val
port
:
Output
<
Int
>
The port of the forwarding destination.