Interface LoadBalancerInboundNatPool
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasBackendPort
,HasFrontend
,HasInner<InboundNatPool>
,HasName
,HasParent<LoadBalancer>
,HasProtocol<TransportProtocol>
,Indexable
public interface LoadBalancerInboundNatPool
extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, HasInner<InboundNatPool>, ChildResource<LoadBalancer>
A client-side representation of an inbound NAT pool.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of an inbound NAT pool definition.static interface
Grouping of inbound NAT pool definition stages.static interface
The entirety of an inbound NAT pool update as part of a load balancer update.static interface
The entirety of an inbound NAT pool definition as part of a load balancer update.static interface
Grouping of inbound NAT pool definition stages applicable as part of a load balancer update.static interface
Grouping of inbound NAT pool update stages. -
Method Summary
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
-
Method Details
-
frontendPortRangeStart
int frontendPortRangeStart()- Returns:
- the starting frontend port number
-
frontendPortRangeEnd
int frontendPortRangeEnd()- Returns:
- the ending frontend port number
-