Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRule
Packages that use NetworkSecurityRule
Package
Description
-
Uses of NetworkSecurityRule in org.jclouds.azurecompute.arm.compute.functions
Fields in org.jclouds.azurecompute.arm.compute.functions with type parameters of type NetworkSecurityRuleModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate
<NetworkSecurityRule> NetworkSecurityRuleToIpPermission.InboundRule
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type NetworkSecurityRuleModifier and TypeMethodDescriptionNetworkSecurityRuleToIpPermission.apply
(NetworkSecurityRule rule) -
Uses of NetworkSecurityRule in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleModifier and TypeMethodDescriptionstatic NetworkSecurityRule
NetworkSecurityRule.create
(String name, String id, String etag, NetworkSecurityRuleProperties properties) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkSecurityRuleModifier and TypeMethodDescriptionabstract List
<NetworkSecurityRule> NetworkSecurityGroupProperties.defaultSecurityRules()
abstract List
<NetworkSecurityRule> NetworkSecurityGroupProperties.securityRules()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type NetworkSecurityRuleModifier and TypeMethodDescriptionNetworkSecurityGroupProperties.create
(List<NetworkSecurityRule> securityRules, List<NetworkSecurityRule> defaultSecurityRules, List<NetworkInterfaceCard> networkInterfaces, List<Subnet> subnets, String resourceGuid, String provisioningState) NetworkSecurityGroupProperties.Builder.defaultSecurityRules
(List<NetworkSecurityRule> securityRules) NetworkSecurityGroupProperties.Builder.securityRules
(List<NetworkSecurityRule> securityRules) -
Uses of NetworkSecurityRule in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return NetworkSecurityRuleModifier and TypeMethodDescriptionNetworkSecurityRuleApi.createOrUpdate
(String ruleName, NetworkSecurityRuleProperties properties) NetworkSecurityRuleApi.getDefaultRule
(String ruleName) Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type NetworkSecurityRuleModifier and TypeMethodDescriptionNetworkSecurityRuleApi.list()
NetworkSecurityRuleApi.listDefaultRules()