toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
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
>
)
Members
Constructors
Get
Router
Nat
Rule
Action
Link copied to clipboard
constructor
(
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
>