LoadBalancerInboundNatRule Interface

public interface LoadBalancerInboundNatRule extends HasFrontend,HasBackendPort,HasProtocol,HasFloatingIP,HasFrontendPort,HasInner,ChildResource

An immutable client-side representation of an inbound NAT rule.

Method Summary

Modifier and Type Method and Description
String backendNetworkInterfaceId()
String backendNicIPConfigurationName()
int idleTimeoutInMinutes()

Inherited Members

Method Details

backendNetworkInterfaceId

public String backendNetworkInterfaceId()

Returns:

the resource ID of the network interface assigned as the backend of this inbound NAT rule

backendNicIPConfigurationName

public String backendNicIPConfigurationName()

Returns:

the name of the IP configuration within the network interface associated with this NAT rule

idleTimeoutInMinutes

public int idleTimeoutInMinutes()

Returns:

the number of minutes before an idle connection is closed

Applies to