LoadBalancerInboundNatPool Interface

public interface LoadBalancerInboundNatPool extends HasFrontend,HasBackendPort,HasProtocol,HasInner,ChildResource

A client-side representation of an inbound NAT pool.

Method Summary

Modifier and Type Method and Description
int frontendPortRangeEnd()
int frontendPortRangeStart()

Inherited Members

Method Details

frontendPortRangeEnd

public int frontendPortRangeEnd()

Returns:

the ending frontend port number

frontendPortRangeStart

public int frontendPortRangeStart()

Returns:

the starting frontend port number

Applies to