Uses of Enum Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties.Protocol
Packages that use NetworkSecurityRuleProperties.Protocol
-
Uses of NetworkSecurityRuleProperties.Protocol in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleProperties.ProtocolModifier and TypeMethodDescriptionNetworkSecurityRuleProperties.protocol()
Returns the enum constant of this class with the specified name.NetworkSecurityRuleProperties.Protocol.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.ProtocolModifier 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.protocol
(NetworkSecurityRuleProperties.Protocol protocol)