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