pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
GetRouterNatRuleAction
Get
Router
Nat
Rule
Action
data
class
GetRouterNatRuleAction
(
val
sourceNatActiveIps
:
List
<
String
>
,
val
sourceNatDrainIps
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Get
Router
Nat
Rule
Action
Link copied to clipboard
fun
GetRouterNatRuleAction
(
sourceNatActiveIps
:
List
<
String
>
,
sourceNatDrainIps
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
source
Nat
Active
Ips
Link copied to clipboard
val
sourceNatActiveIps
:
List
<
String
>
source
Nat
Drain
Ips
Link copied to clipboard
val
sourceNatDrainIps
:
List
<
String
>