Ip Configuration Args
fun IpConfigurationArgs(allocatedIpRange: Output<String>? = null, authorizedNetworks: Output<List<AclEntryArgs>>? = null, enablePrivatePathForGoogleCloudServices: Output<Boolean>? = null, ipv4Enabled: Output<Boolean>? = null, privateNetwork: Output<String>? = null, requireSsl: Output<Boolean>? = null)