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
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate
<NetworkSecurityRule> protected Logger
-
Constructor Summary
Constructors -
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
-
Field Details
-
InboundRule
-
logger
-
-
Constructor Details
-
NetworkSecurityRuleToIpPermission
public NetworkSecurityRuleToIpPermission()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<NetworkSecurityRule,
IpPermission> - Specified by:
apply
in interfaceFunction<NetworkSecurityRule,
IpPermission>
-