Network Endpoint Group Lb Network Endpoint Group Args
data class NetworkEndpointGroupLbNetworkEndpointGroupArgs(val defaultPort: Output<Int>? = null, val network: Output<String>? = null, val subnetwork: Output<String>? = null) : ConvertibleToJava<NetworkEndpointGroupLbNetworkEndpointGroupArgs>
Load balancing specific fields for network endpoint group.
Constructors
Link copied to clipboard
fun NetworkEndpointGroupLbNetworkEndpointGroupArgs(defaultPort: Output<Int>? = null, network: Output<String>? = null, subnetwork: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The default port used if the port number is not specified in the network endpoint. Deprecated This field is deprecated.
Link copied to clipboard
The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified. Deprecated This field is deprecated.
Link copied to clipboard
Optional URL of the subnetwork to which all network endpoints in the NEG belong. Deprecated This field is deprecated.