LoadBalancer.DefinitionStages.WithInboundNatRule Interface

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 Type Method and Description
abstract Blank<WithCreateAndInboundNatRule> defineInboundNatRule(String name)

Begins the definition of a new inbound NAT rule to add to the load balancer.

Method Details

defineInboundNatRule

public abstract LoadBalancerInboundNatRule.DefinitionStages.Blank 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

Applies to