Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties.Protocol
-
Packages that use InboundNatRuleProperties.Protocol Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of InboundNatRuleProperties.Protocol in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRuleProperties.Protocol Modifier and Type Method Description static InboundNatRuleProperties.Protocol
InboundNatRuleProperties.Protocol. fromValue(String text)
abstract InboundNatRuleProperties.Protocol
InboundNatRuleProperties. protocol()
static InboundNatRuleProperties.Protocol
InboundNatRuleProperties.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static InboundNatRuleProperties.Protocol[]
InboundNatRuleProperties.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 InboundNatRuleProperties.Protocol Modifier and Type Method Description static InboundNatRuleProperties
InboundNatRuleProperties. create(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes)
abstract InboundNatRuleProperties.Builder
InboundNatRuleProperties.Builder. protocol(InboundNatRuleProperties.Protocol protocol)
-