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.ProtocolInboundNatRuleProperties.Protocol. fromValue(String text)abstract InboundNatRuleProperties.ProtocolInboundNatRuleProperties. protocol()static InboundNatRuleProperties.ProtocolInboundNatRuleProperties.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 InboundNatRulePropertiesInboundNatRuleProperties. create(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes)abstract InboundNatRuleProperties.BuilderInboundNatRuleProperties.Builder. protocol(InboundNatRuleProperties.Protocol protocol)
-