Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRule
-
Packages that use NetworkSecurityRule Package Description org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of NetworkSecurityRule in org.jclouds.azurecompute.arm.compute.functions
Fields in org.jclouds.azurecompute.arm.compute.functions with type parameters of type NetworkSecurityRule Modifier and Type Field Description static com.google.common.base.Predicate<NetworkSecurityRule>NetworkSecurityRuleToIpPermission. InboundRuleMethods in org.jclouds.azurecompute.arm.compute.functions with parameters of type NetworkSecurityRule Modifier and Type Method Description IpPermissionNetworkSecurityRuleToIpPermission. apply(NetworkSecurityRule rule) -
Uses of NetworkSecurityRule in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRule Modifier and Type Method Description static NetworkSecurityRuleNetworkSecurityRule. create(String name, String id, String etag, NetworkSecurityRuleProperties properties)Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkSecurityRule Modifier and Type Method Description abstract List<NetworkSecurityRule>NetworkSecurityGroupProperties. defaultSecurityRules()abstract List<NetworkSecurityRule>NetworkSecurityGroupProperties. securityRules()Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type NetworkSecurityRule Modifier and Type Method Description static NetworkSecurityGroupPropertiesNetworkSecurityGroupProperties. create(List<NetworkSecurityRule> securityRules, List<NetworkSecurityRule> defaultSecurityRules, List<NetworkInterfaceCard> networkInterfaces, List<Subnet> subnets, String resourceGuid, String provisioningState)abstract NetworkSecurityGroupProperties.BuilderNetworkSecurityGroupProperties.Builder. defaultSecurityRules(List<NetworkSecurityRule> securityRules)abstract NetworkSecurityGroupProperties.BuilderNetworkSecurityGroupProperties.Builder. securityRules(List<NetworkSecurityRule> securityRules) -
Uses of NetworkSecurityRule in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return NetworkSecurityRule Modifier and Type Method Description NetworkSecurityRuleNetworkSecurityRuleApi. createOrUpdate(String ruleName, NetworkSecurityRuleProperties properties)NetworkSecurityRuleNetworkSecurityRuleApi. get(String ruleName)NetworkSecurityRuleNetworkSecurityRuleApi. getDefaultRule(String ruleName)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type NetworkSecurityRule Modifier and Type Method Description List<NetworkSecurityRule>NetworkSecurityRuleApi. list()List<NetworkSecurityRule>NetworkSecurityRuleApi. listDefaultRules()
-