Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties
-
Packages that use NetworkSecurityRuleProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of NetworkSecurityRuleProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleProperties Modifier and Type Method Description abstract NetworkSecurityRulePropertiesNetworkSecurityRuleProperties.Builder. build()static NetworkSecurityRulePropertiesNetworkSecurityRuleProperties. create(String description, NetworkSecurityRuleProperties.Protocol protocol, String sourcePortRange, String destinationPortRange, String sourceAddressPrefix, String destinationAddressPrefix, NetworkSecurityRuleProperties.Access access, Integer priority, NetworkSecurityRuleProperties.Direction direction, String provisioningState)abstract NetworkSecurityRulePropertiesNetworkSecurityRule. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkSecurityRuleProperties Modifier and Type Method Description static NetworkSecurityRuleNetworkSecurityRule. create(String name, String id, String etag, NetworkSecurityRuleProperties properties) -
Uses of NetworkSecurityRuleProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type NetworkSecurityRuleProperties Modifier and Type Method Description NetworkSecurityRuleNetworkSecurityRuleApi. createOrUpdate(String ruleName, NetworkSecurityRuleProperties properties)
-