LoadBalancerInboundNatRule Interface
Implements
HasBackendPort
HasFloatingIP
HasFrontend
HasFrontendPort
HasProtocol<TransportProtocol>
ChildResource<LoadBalancer>
HasInnerModel<InboundNatRuleInner>
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() |
abstract String | backendNicIpConfigurationName() |
abstract int | idleTimeoutInMinutes() |
Method Details
backendNetworkInterfaceId
public abstract String backendNetworkInterfaceId()
Returns:
the resource ID of the network interface assigned as the backend of this inbound NAT rule
backendNicIpConfigurationName
public abstract String backendNicIpConfigurationName()
Returns:
the name of the IP configuration within the network interface associated with this NAT rule
idleTimeoutInMinutes
public abstract int idleTimeoutInMinutes()
Returns:
the number of minutes before an idle connection is closed
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java