Uses of Enum Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties.Direction
Packages that use NetworkSecurityRuleProperties.Direction
-
Uses of NetworkSecurityRuleProperties.Direction in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleProperties.DirectionModifier and TypeMethodDescriptionNetworkSecurityRuleProperties.direction()
Returns the enum constant of this class with the specified name.NetworkSecurityRuleProperties.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkSecurityRuleProperties.DirectionModifier and TypeMethodDescriptionNetworkSecurityRuleProperties.create
(String description, NetworkSecurityRuleProperties.Protocol protocol, String sourcePortRange, String destinationPortRange, String sourceAddressPrefix, String destinationAddressPrefix, NetworkSecurityRuleProperties.Access access, Integer priority, NetworkSecurityRuleProperties.Direction direction, String provisioningState) NetworkSecurityRuleProperties.Builder.direction
(NetworkSecurityRuleProperties.Direction direction)