toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Rule
Forward
Ip
Args
Link copied to clipboard
constructor
(
ip
:
Output
<
String
>
,
port
:
Output
<
Int
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleForwardIpArgs