This project has retired. For details please refer to its
Attic page .
NovaSecurityGroupInZoneToSecurityGroup (Apache jclouds 1.7.3 API)
JavaScript is disabled on your browser.
java.lang.Object
org.jclouds.openstack.nova.v2_0.compute.functions.NovaSecurityGroupInZoneToSecurityGroup
All Implemented Interfaces:
com.google.common.base.Function<SecurityGroupInZone ,SecurityGroup >
@Singleton
public class NovaSecurityGroupInZoneToSecurityGroup
extends Object
implements com.google.common.base.Function<SecurityGroupInZone ,SecurityGroup >
A function for transforming a Nova-specific SecurityGroup into a generic
SecurityGroup object.
Author:
Andrew Bayer
Method Summary
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
Constructor Detail
NovaSecurityGroupInZoneToSecurityGroup
@Inject
public NovaSecurityGroupInZoneToSecurityGroup(com.google.common.base.Function<SecurityGroup ,SecurityGroup > baseConverter,
com.google.common.base.Supplier<Map <String ,Location >> locationIndex)
Copyright © 2009-2014 The Apache Software Foundation . All Rights Reserved.