network Endpoints
Parameters
value
The network endpoints to be added to the enclosing network endpoint group (NEG). Each endpoint specifies an IP address and port, along with additional information depending on the NEG type. Structure is documented below.
Parameters
values
The network endpoints to be added to the enclosing network endpoint group (NEG). Each endpoint specifies an IP address and port, along with additional information depending on the NEG type. Structure is documented below.
suspend fun networkEndpoints(argument: List<suspend NetworkEndpointListNetworkEndpointArgsBuilder.() -> Unit>)
suspend fun networkEndpoints(vararg argument: suspend NetworkEndpointListNetworkEndpointArgsBuilder.() -> Unit)
suspend fun networkEndpoints(argument: suspend NetworkEndpointListNetworkEndpointArgsBuilder.() -> Unit)
Parameters
argument
The network endpoints to be added to the enclosing network endpoint group (NEG). Each endpoint specifies an IP address and port, along with additional information depending on the NEG type. Structure is documented below.