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 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.azure.resourcemanager.network.models.HasBackendPort
backendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFrontend
frontend
-
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
-
-