org.jclouds.softlayer.compute.strategy
Class SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent

java.lang.Object
  extended by org.jclouds.softlayer.compute.strategy.SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent
All Implemented Interfaces:
com.google.common.base.Predicate<VirtualGuest>
Enclosing class:
SoftLayerComputeServiceAdapter

public static class SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent
extends Object
implements com.google.common.base.Predicate<VirtualGuest>


Constructor Summary
SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent(SoftLayerApi client)
           
 
Method Summary
 boolean apply(VirtualGuest guest)
           
 
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.Predicate
equals
 

Constructor Detail

SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent

@Inject
public SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent(SoftLayerApi client)
Method Detail

apply

public boolean apply(VirtualGuest guest)
Specified by:
apply in interface com.google.common.base.Predicate<VirtualGuest>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.