Interface LoadBalancerInboundNatPool
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,HasBackendPort,HasFrontend,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.InboundNatPoolInner>,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 LoadBalancerInboundNatPool extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.InboundNatPoolInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>
A client-side representation of an inbound NAT pool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerInboundNatPool.Definition<ParentT>The entirety of an inbound NAT pool definition.static interfaceLoadBalancerInboundNatPool.DefinitionStagesGrouping of inbound NAT pool definition stages.static interfaceLoadBalancerInboundNatPool.UpdateThe entirety of an inbound NAT pool update as part of a load balancer update.static interfaceLoadBalancerInboundNatPool.UpdateDefinition<ParentT>The entirety of an inbound NAT pool definition as part of a load balancer update.static interfaceLoadBalancerInboundNatPool.UpdateDefinitionStagesGrouping of inbound NAT pool definition stages applicable as part of a load balancer update.static interfaceLoadBalancerInboundNatPool.UpdateStagesGrouping of inbound NAT pool update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intfrontendPortRangeEnd()intfrontendPortRangeStart()-
Methods inherited from interface com.microsoft.azure.management.network.model.HasBackendPort
backendPort
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFrontend
frontend
-
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
-
-