autoCreateSubnetworks property

bool? autoCreateSubnetworks
getter/setter pair

Must be set to create a VPC network.

If not set, a legacy network is created. When set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert method.

Implementation

core.bool? autoCreateSubnetworks;