SubnetworkArgs

constructor(allowSubnetCidrRoutesOverlap: Output<Boolean>? = null, description: Output<String>? = null, externalIpv6Prefix: Output<String>? = null, ipCidrRange: Output<String>? = null, ipv6AccessType: Output<String>? = null, logConfig: Output<SubnetworkLogConfigArgs>? = null, name: Output<String>? = null, network: Output<String>? = null, privateIpGoogleAccess: Output<Boolean>? = null, privateIpv6GoogleAccess: Output<String>? = null, project: Output<String>? = null, purpose: Output<String>? = null, region: Output<String>? = null, role: Output<String>? = null, secondaryIpRanges: Output<List<SubnetworkSecondaryIpRangeArgs>>? = null, sendSecondaryIpRangeIfEmpty: Output<Boolean>? = null, stackType: Output<String>? = null)