Class NetworkSecurityRuleToIpPermission
- java.lang.Object
-
- org.jclouds.azurecompute.arm.compute.functions.NetworkSecurityRuleToIpPermission
-
- All Implemented Interfaces:
com.google.common.base.Function<NetworkSecurityRule,IpPermission>
,Function<NetworkSecurityRule,IpPermission>
@Singleton public class NetworkSecurityRuleToIpPermission extends Object implements com.google.common.base.Function<NetworkSecurityRule,IpPermission>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Predicate<NetworkSecurityRule>
InboundRule
protected Logger
logger
-
Constructor Summary
Constructors Constructor Description NetworkSecurityRuleToIpPermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpPermission
apply(NetworkSecurityRule rule)
-
-
-
Field Detail
-
InboundRule
public static final com.google.common.base.Predicate<NetworkSecurityRule> InboundRule
-
logger
@Named("jclouds.compute") protected Logger logger
-
-
Method Detail
-
apply
public IpPermission apply(NetworkSecurityRule rule)
- Specified by:
apply
in interfacecom.google.common.base.Function<NetworkSecurityRule,IpPermission>
- Specified by:
apply
in interfaceFunction<NetworkSecurityRule,IpPermission>
-
-