@Singleton public class EC2SecurityGroupToSecurityGroup extends Object implements com.google.common.base.Function<SecurityGroup,SecurityGroup>
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Supplier<Set<? extends Location>> |
locations |
protected Logger |
logger |
| Constructor and Description |
|---|
EC2SecurityGroupToSecurityGroup(com.google.common.base.Supplier<Set<? extends Location>> locations) |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
apply(SecurityGroup group) |
protected String |
idOrName(SecurityGroup group) |
@Named(value="jclouds.compute") protected Logger logger
public SecurityGroup apply(SecurityGroup group)
apply in interface com.google.common.base.Function<SecurityGroup,SecurityGroup>protected String idOrName(SecurityGroup group)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.