> @@ -107,6 +107,9 @@
>  
>        final String storageAccountName = 
> templateOptions.getStorageAccountName().get();
>        final String virtualNetworkName = 
> templateOptions.getVirtualNetworkName().get();
> +      final String reservedIPAddress = 
> templateOptions.getReservedIPName().isPresent()
> +              ? templateOptions.getReservedIPName().get()
> +              : null;

Change to `final String reservedIPAddress = 
templateOptions.getReservedIPName().orNull();`

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/163/files#r28062659

Reply via email to