pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.apigee.v1.kotlin.outputs
/
GetNatAddressResult
Get
Nat
Address
Result
data
class
GetNatAddressResult
(
val
ipAddress
:
String
,
val
name
:
String
,
val
state
:
String
)
Types
Constructors
Properties
Constructors
Get
Nat
Address
Result
Link copied to clipboard
fun
GetNatAddressResult
(
ipAddress
:
String
,
name
:
String
,
state
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
The static IPV4 address.
name
Link copied to clipboard
val
name
:
String
Resource ID of the NAT address.
state
Link copied to clipboard
val
state
:
String
State of the nat address.