NetworkArgs

constructor(cidrBlock: Output<String>? = null, classicLinkEnabled: Output<Boolean>? = null, description: Output<String>? = null, dnsHostnameStatus: Output<String>? = null, dryRun: Output<Boolean>? = null, enableIpv6: Output<Boolean>? = null, forceDelete: Output<Boolean>? = null, ipv4CidrMask: Output<Int>? = null, ipv4IpamPoolId: Output<String>? = null, ipv6CidrBlock: Output<String>? = null, ipv6Isp: Output<String>? = null, isDefault: Output<Boolean>? = null, name: Output<String>? = null, resourceGroupId: Output<String>? = null, secondaryCidrBlocks: Output<List<String>>? = null, secondaryCidrMask: Output<Int>? = null, systemRouteTableDescription: Output<String>? = null, systemRouteTableName: Output<String>? = null, systemRouteTableRoutePropagationEnable: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, userCidrs: Output<List<String>>? = null, vpcName: Output<String>? = null)