subnetworkCandidates property

List<Subnetwork>? subnetworkCandidates
getter/setter pair

List of subnetwork candidates to validate.

The required input fields are name, network, and region. Subnetworks from this list which exist will be returned in the response with the ip_cidr_range, secondary_ip_cider_ranges, and outside_allocation fields set.

Optional.

Implementation

core.List<Subnetwork>? subnetworkCandidates;