@Singleton public class CreateSecurityGroupIfNeeded extends Object implements com.google.common.base.Function<ZoneSecurityGroupNameAndPorts,SecurityGroupInZone>
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected NovaApi |
novaApi |
| Constructor and Description |
|---|
CreateSecurityGroupIfNeeded(NovaApi novaApi) |
@Named(value="jclouds.compute") protected Logger logger
protected final NovaApi novaApi
@Inject public CreateSecurityGroupIfNeeded(NovaApi novaApi)
public SecurityGroupInZone apply(ZoneSecurityGroupNameAndPorts zoneSecurityGroupNameAndPorts)
apply in interface com.google.common.base.Function<ZoneSecurityGroupNameAndPorts,SecurityGroupInZone>Copyright © 2009-2013 jclouds. All Rights Reserved.