toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.networkmanagement.kotlin.outputs
Package-level
declarations
Types
Types
Connectivity
Test
Destination
Link copied to clipboard
data
class
ConnectivityTestDestination
(
val
instance
:
String
?
=
null
,
val
ipAddress
:
String
?
=
null
,
val
network
:
String
?
=
null
,
val
port
:
Int
?
=
null
,
val
projectId
:
String
?
=
null
)
Connectivity
Test
Source
Link copied to clipboard
data
class
ConnectivityTestSource
(
val
instance
:
String
?
=
null
,
val
ipAddress
:
String
?
=
null
,
val
network
:
String
?
=
null
,
val
networkType
:
String
?
=
null
,
val
port
:
Int
?
=
null
,
val
projectId
:
String
?
=
null
)