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 NetworkSecurityRuleProperties
NetworkSecurityRuleProperties.Builder. build()
static NetworkSecurityRuleProperties
NetworkSecurityRuleProperties. 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 NetworkSecurityRuleProperties
NetworkSecurityRule. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkSecurityRuleProperties Modifier and Type Method Description static NetworkSecurityRule
NetworkSecurityRule. 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 NetworkSecurityRule
NetworkSecurityRuleApi. createOrUpdate(String ruleName, NetworkSecurityRuleProperties properties)
-