toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.tpu.kotlin.outputs
/
NodeNetworkEndpoint
Node
Network
Endpoint
data
class
NodeNetworkEndpoint
(
val
ipAddress
:
String
?
=
null
,
val
port
:
Int
?
=
null
)
Members
Constructors
Node
Network
Endpoint
Link copied to clipboard
constructor
(
ipAddress
:
String
?
=
null
,
port
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
?
=
null
(Output) The IP address of this network endpoint.
port
Link copied to clipboard
val
port
:
Int
?
=
null
(Output) The port of this network endpoint.