Network Endpoint Group Lb Network Endpoint Group Response
data class NetworkEndpointGroupLbNetworkEndpointGroupResponse(val defaultPort: Int, val network: String, val subnetwork: String, val zone: String)
Load balancing specific fields for network endpoint group.
Constructors
Link copied to clipboard
fun NetworkEndpointGroupLbNetworkEndpointGroupResponse(defaultPort: Int, network: String, subnetwork: String, zone: String)
Types
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.
Link copied to clipboard
The URL of the zone where the network endpoint group is located. Deprecated This field is deprecated.