Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRule
Packages that use InboundNatRule
Package
Description
-
Uses of InboundNatRule in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRuleModifier and TypeMethodDescriptionstatic InboundNatRule
InboundNatRule.create
(String name, String id, InboundNatRuleProperties properties, String etag) -
Uses of InboundNatRule in org.jclouds.azurecompute.arm.domain.loadbalancer
Methods in org.jclouds.azurecompute.arm.domain.loadbalancer that return types with arguments of type InboundNatRuleModifier and TypeMethodDescriptionabstract List
<InboundNatRule> LoadBalancerProperties.inboundNatRules()
Method parameters in org.jclouds.azurecompute.arm.domain.loadbalancer with type arguments of type InboundNatRuleModifier and TypeMethodDescriptionabstract LoadBalancerProperties.Builder
LoadBalancerProperties.Builder.inboundNatRules
(List<InboundNatRule> inboundNatRules)