Interface LoadBalancerInboundNatPool
- All Superinterfaces:
ChildResource<LoadBalancer>,HasBackendPort,HasFrontend,HasInnerModel<InboundNatPool>,HasName,HasParent<LoadBalancer>,HasProtocol<TransportProtocol>,Indexable
public interface LoadBalancerInboundNatPool
extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, HasInnerModel<InboundNatPool>, ChildResource<LoadBalancer>
A client-side representation of an inbound NAT pool.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an inbound NAT pool definition.static interfaceGrouping of inbound NAT pool definition stages.static interfaceThe entirety of an inbound NAT pool update as part of a load balancer update.static interfaceThe entirety of an inbound NAT pool definition as part of a load balancer update.static interfaceGrouping of inbound NAT pool definition stages applicable as part of a load balancer update.static interfaceGrouping of inbound NAT pool update stages. -
Method Summary
Modifier and TypeMethodDescriptionintGets the ending frontend port number.intGets the starting frontend port number.Methods inherited from interface com.azure.resourcemanager.network.models.HasBackendPort
backendPortMethods inherited from interface com.azure.resourcemanager.network.models.HasFrontend
frontendMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.network.models.HasProtocol
protocol
-
Method Details
-
frontendPortRangeStart
int frontendPortRangeStart()Gets the starting frontend port number.- Returns:
- the starting frontend port number
-
frontendPortRangeEnd
int frontendPortRangeEnd()Gets the ending frontend port number.- Returns:
- the ending frontend port number
-