Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties.Protocol
- 
Packages that use NetworkSecurityRuleProperties.Protocol Package Description org.jclouds.azurecompute.arm.domain  - 
- 
Uses of NetworkSecurityRuleProperties.Protocol in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRuleProperties.Protocol Modifier and Type Method Description static NetworkSecurityRuleProperties.ProtocolNetworkSecurityRuleProperties.Protocol. fromValue(String text)abstract NetworkSecurityRuleProperties.ProtocolNetworkSecurityRuleProperties. protocol()static NetworkSecurityRuleProperties.ProtocolNetworkSecurityRuleProperties.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkSecurityRuleProperties.Protocol[]NetworkSecurityRuleProperties.Protocol. 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.Protocol 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. protocol(NetworkSecurityRuleProperties.Protocol protocol) 
 -