Uses of Class
org.jclouds.azurecompute.arm.domain.InboundNatRule
-
Packages that use InboundNatRule Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.domain.loadbalancer -
-
Uses of InboundNatRule in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return InboundNatRule Modifier and Type Method Description static 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 InboundNatRule Modifier and Type Method Description abstract List<InboundNatRule>
LoadBalancerProperties. inboundNatRules()
Method parameters in org.jclouds.azurecompute.arm.domain.loadbalancer with type arguments of type InboundNatRule Modifier and Type Method Description abstract LoadBalancerProperties.Builder
LoadBalancerProperties.Builder. inboundNatRules(List<InboundNatRule> inboundNatRules)
-