Interface LoadBalancer.DefinitionStages.WithInboundNatRule
- All Known Subinterfaces:
LoadBalancer.Definition,LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule,LoadBalancer.DefinitionStages.WithCreateAndNatChoice,LoadBalancer.DefinitionStages.WithLBRuleOrNat,LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
- Enclosing interface:
LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithInboundNatRule
The stage of a load balancer definition allowing to create a new inbound NAT rule.
-
Method Summary
Modifier and TypeMethodDescriptionLoadBalancerInboundNatRule.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule> defineInboundNatRule(String name) Begins the definition of a new inbound NAT rule to add to the load balancer.
-
Method Details
-
defineInboundNatRule
LoadBalancerInboundNatRule.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule> defineInboundNatRule(String name) Begins the definition of a new inbound NAT rule to add to the load balancer.- Parameters:
name- the name of the inbound NAT rule- Returns:
- the first stage of the new inbound NAT rule definition
-