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. InboundRule
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type NetworkSecurityRule Modifier and Type Method Description IpPermission
NetworkSecurityRuleToIpPermission. 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 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 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 NetworkSecurityGroupProperties
NetworkSecurityGroupProperties. create(List<NetworkSecurityRule> securityRules, List<NetworkSecurityRule> defaultSecurityRules, List<NetworkInterfaceCard> networkInterfaces, List<Subnet> subnets, String resourceGuid, String provisioningState)
abstract NetworkSecurityGroupProperties.Builder
NetworkSecurityGroupProperties.Builder. defaultSecurityRules(List<NetworkSecurityRule> securityRules)
abstract NetworkSecurityGroupProperties.Builder
NetworkSecurityGroupProperties.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 NetworkSecurityRule
NetworkSecurityRuleApi. createOrUpdate(String ruleName, NetworkSecurityRuleProperties properties)
NetworkSecurityRule
NetworkSecurityRuleApi. get(String ruleName)
NetworkSecurityRule
NetworkSecurityRuleApi. 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()
-