Interface LoadBalancerInboundNatRule
-
- All Superinterfaces:
ChildResource<LoadBalancer>,HasBackendPort,HasFloatingIP,HasFrontend,HasFrontendPort,HasInnerModel<InboundNatRuleInner>,HasName,HasParent<LoadBalancer>,HasProtocol<TransportProtocol>,Indexable
public interface LoadBalancerInboundNatRule extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, HasFloatingIP, HasFrontendPort, HasInnerModel<InboundNatRuleInner>, ChildResource<LoadBalancer>
An immutable client-side representation of an inbound NAT rule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerInboundNatRule.Definition<ParentT>The entirety of an inbound NAT rule definition.static interfaceLoadBalancerInboundNatRule.DefinitionStagesGrouping of inbound NAT rule definition stages.static interfaceLoadBalancerInboundNatRule.UpdateThe entirety of an inbound NAT rule update as part of a load balancer update.static interfaceLoadBalancerInboundNatRule.UpdateDefinition<ParentT>The entirety of an inbound NAT rule definition.static interfaceLoadBalancerInboundNatRule.UpdateDefinitionStagesGrouping of inbound NAT rule definition stages as part of a load balancer update.static interfaceLoadBalancerInboundNatRule.UpdateStagesGrouping of inbound NAT rule update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringbackendNetworkInterfaceId()StringbackendNicIpConfigurationName()intidleTimeoutInMinutes()-
Methods inherited from interface com.azure.resourcemanager.network.models.HasBackendPort
backendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFloatingIP
floatingIPEnabled
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFrontend
frontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFrontendPort
frontendPort
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol
protocol
-
-
-
-
Method Detail
-
backendNicIpConfigurationName
String backendNicIpConfigurationName()
- Returns:
- the name of the IP configuration within the network interface associated with this NAT rule
-
backendNetworkInterfaceId
String backendNetworkInterfaceId()
- Returns:
- the resource ID of the network interface assigned as the backend of this inbound NAT rule
-
idleTimeoutInMinutes
int idleTimeoutInMinutes()
- Returns:
- the number of minutes before an idle connection is closed
-
-