pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.tpu.kotlin.outputs
/
NodeNetworkEndpoint
Node
Network
Endpoint
data
class
NodeNetworkEndpoint
(
val
ipAddress
:
String
?
=
null
,
val
port
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Node
Network
Endpoint
Link copied to clipboard
fun
NodeNetworkEndpoint
(
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.