networks property

List<NetworkConfig>? networks
getter/setter pair

VPC networks to which the instance is connected.

For this version, only a single network is supported.

Implementation

core.List<NetworkConfig>? networks;