Uses of Enum Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties.Access
Packages that use NetworkSecurityRuleProperties.Access
-
Uses of NetworkSecurityRuleProperties.Access in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleProperties.AccessModifier and TypeMethodDescriptionabstract NetworkSecurityRuleProperties.Access
NetworkSecurityRuleProperties.access()
Returns the enum constant of this class with the specified name.static NetworkSecurityRuleProperties.Access[]
NetworkSecurityRuleProperties.Access.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.AccessModifier and TypeMethodDescriptionNetworkSecurityRuleProperties.Builder.access
(NetworkSecurityRuleProperties.Access access) 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)