共用方式為


LoadBalancerInboundNatRule Interface

Implements

public interface LoadBalancerInboundNatRule
extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, HasFloatingIP, HasFrontendPort, HasInnerModel<InboundNatRuleInner>, ChildResource<LoadBalancer>

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

Method Summary

Modifier and Type Method and Description
abstract String backendNetworkInterfaceId()

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

abstract String backendNicIpConfigurationName()

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

abstract int idleTimeoutInMinutes()

Gets the number of minutes before an idle connection is closed.

Method Details

backendNetworkInterfaceId

public abstract String backendNetworkInterfaceId()

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

Returns:

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

backendNicIpConfigurationName

public abstract String backendNicIpConfigurationName()

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

Returns:

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

idleTimeoutInMinutes

public abstract int idleTimeoutInMinutes()

Gets the number of minutes before an idle connection is closed.

Returns:

the number of minutes before an idle connection is closed

Applies to