NetworkEndpointListNetworkEndpoint

data class NetworkEndpointListNetworkEndpoint(val instance: String? = null, val ipAddress: String, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(instance: String? = null, ipAddress: String, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instance: String? = null

The name for a specific VM instance that the IP address belongs to. This is required for network endpoints of type GCE_VM_IP_PORT. The instance must be in the same zone as the network endpoint group.

Link copied to clipboard

IPv4 address of network endpoint. The IP address must belong to a VM in GCE (either the primary IP or as part of an aliased IP range).

Link copied to clipboard
val port: Int? = null

Port number of network endpoint. Note port is required unless the Network Endpoint Group is created with the type of GCE_VM_IP