NetworkEndpointListNetworkEndpointArgs

data class NetworkEndpointListNetworkEndpointArgs(val instance: Output<String>? = null, val ipAddress: Output<String>, val port: Output<Int>? = null) : ConvertibleToJava<NetworkEndpointListNetworkEndpointArgs>

Constructors

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

Properties

Link copied to clipboard
val instance: Output<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
val ipAddress: Output<String>

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: Output<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

Functions

Link copied to clipboard
open override fun toJava(): NetworkEndpointListNetworkEndpointArgs