org.jclouds.trmk.vcloud_0_8.functions
Class ReturnVoidOnDeleteDefaultIp

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.functions.ReturnVoidOnDeleteDefaultIp
All Implemented Interfaces:
com.google.common.base.Function<Exception,Void>

@Singleton
public class ReturnVoidOnDeleteDefaultIp
extends Object
implements com.google.common.base.Function<Exception,Void>

There's no current way to determine if an IP is the default outbound one. In this case, we may get errors on deleting an IP, which are ok.

Author:
Adrian Cole

Field Summary
static Pattern MESSAGE_PATTERN
           
 
Constructor Summary
ReturnVoidOnDeleteDefaultIp()
           
 
Method Summary
 Void apply(Exception from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

MESSAGE_PATTERN

public static final Pattern MESSAGE_PATTERN
Constructor Detail

ReturnVoidOnDeleteDefaultIp

public ReturnVoidOnDeleteDefaultIp()
Method Detail

apply

public Void apply(Exception from)
Specified by:
apply in interface com.google.common.base.Function<Exception,Void>


Copyright © 2009-2012 jclouds. All Rights Reserved.