networkUrl property

String? networkUrl
getter/setter pair

The fully qualified URL of the network that the load balancer is attached to.

This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} .

Implementation

core.String? networkUrl;