network property

String? network
getter/setter pair

The network name to attach the VM's network interface to.

The value will be prefixed with global/networks/ unless it contains a /, in which case it is assumed to be a fully specified network resource URL. If unspecified, the global default network is used.

Implementation

core.String? network;