Subnetwork Args
constructor(aggregationInterval: Output<SubnetworkAggregationInterval>? = null, allowSubnetCidrRoutesOverlap: Output<Boolean>? = null, description: Output<String>? = null, enableFlowLogs: Output<Boolean>? = null, enableL2: Output<Boolean>? = null, enablePrivateV6Access: Output<Boolean>? = null, externalIpv6Prefix: Output<String>? = null, flowSampling: Output<Double>? = null, ipCidrRange: Output<String>? = null, ipv6AccessType: Output<SubnetworkIpv6AccessType>? = null, logConfig: Output<SubnetworkLogConfigArgs>? = null, metadata: Output<SubnetworkMetadata>? = null, name: Output<String>? = null, network: Output<String>? = null, privateIpGoogleAccess: Output<Boolean>? = null, privateIpv6GoogleAccess: Output<SubnetworkPrivateIpv6GoogleAccess>? = null, project: Output<String>? = null, purpose: Output<SubnetworkPurpose>? = null, region: Output<String>? = null, requestId: Output<String>? = null, reservedInternalRange: Output<String>? = null, role: Output<SubnetworkRole>? = null, secondaryIpRanges: Output<List<SubnetworkSecondaryRangeArgs>>? = null, stackType: Output<SubnetworkStackType>? = null, vlans: Output<List<Int>>? = null)