V2VmNetworkEndpoint

data class V2VmNetworkEndpoint(val accessConfigs: List<V2VmNetworkEndpointAccessConfig>? = null, val ipAddress: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(accessConfigs: List<V2VmNetworkEndpointAccessConfig>? = null, ipAddress: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The access config for the TPU worker. Structure is documented below.

Link copied to clipboard
val ipAddress: String? = null

(Output) The internal IP address of this network endpoint.

Link copied to clipboard
val port: Int? = null

(Output) The port of this network endpoint.