network property

String? network
getter/setter pair

The URL of the network which the Network Attachment belongs to.

Practically it is inferred by fetching the network of the first subnetwork associated. Because it is required that all the subnetworks must be from the same network, it is assured that the Network Attachment belongs to the same network as all the subnetworks.

Output only.

Implementation

core.String? network;