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.Protocol
NetworkSecurityRuleProperties.Protocol. fromValue(String text)
abstract NetworkSecurityRuleProperties.Protocol
NetworkSecurityRuleProperties. protocol()
static NetworkSecurityRuleProperties.Protocol
NetworkSecurityRuleProperties.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 NetworkSecurityRuleProperties
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)
abstract NetworkSecurityRuleProperties.Builder
NetworkSecurityRuleProperties.Builder. protocol(NetworkSecurityRuleProperties.Protocol protocol)
-