Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties.Direction
-
Packages that use NetworkSecurityRuleProperties.Direction Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of NetworkSecurityRuleProperties.Direction in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleProperties.Direction Modifier and Type Method Description abstract NetworkSecurityRuleProperties.DirectionNetworkSecurityRuleProperties. direction()static NetworkSecurityRuleProperties.DirectionNetworkSecurityRuleProperties.Direction. fromValue(String text)static NetworkSecurityRuleProperties.DirectionNetworkSecurityRuleProperties.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkSecurityRuleProperties.Direction[]NetworkSecurityRuleProperties.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkSecurityRuleProperties.Direction Modifier and Type Method Description 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 NetworkSecurityRuleProperties.BuilderNetworkSecurityRuleProperties.Builder. direction(NetworkSecurityRuleProperties.Direction direction)
-