Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRuleProperties
Packages that use InboundNatRuleProperties
-
Uses of InboundNatRuleProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRulePropertiesModifier and TypeMethodDescriptionabstract InboundNatRuleProperties
InboundNatRuleProperties.Builder.build()
static InboundNatRuleProperties
InboundNatRuleProperties.create
(IdReference frontendIPConfiguration, IdReference backendIPConfiguration, InboundNatRuleProperties.Protocol protocol, int frontendPort, int backendPort, String provisioningState, Boolean enableFloatingIP, Integer idleTimeoutInMinutes) abstract InboundNatRuleProperties
InboundNatRule.properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type InboundNatRulePropertiesModifier and TypeMethodDescriptionstatic InboundNatRule
InboundNatRule.create
(String name, String id, InboundNatRuleProperties properties, String etag)