Interface LoadBalancerInboundNatRule
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,HasBackendPort,HasFloatingIP,HasFrontend,HasFrontendPort,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.InboundNatRuleInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<LoadBalancer>,HasProtocol<TransportProtocol>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
public interface LoadBalancerInboundNatRule extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, HasFloatingIP, HasFrontendPort, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.InboundNatRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.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.microsoft.azure.management.network.model.HasBackendPort
backendPort
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFloatingIP
floatingIPEnabled
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFrontend
frontend
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFrontendPort
frontendPort
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.network.model.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
-
-