Uses of Class
com.azure.resourcemanager.network.models.InboundNatPool
Packages that use InboundNatPool
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of InboundNatPool in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type InboundNatPoolModifier and TypeMethodDescriptionLoadBalancerInner.inboundNatPools()Get the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer.LoadBalancerPropertiesFormat.inboundNatPools()Get the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type InboundNatPoolModifier and TypeMethodDescriptionLoadBalancerInner.withInboundNatPools(List<InboundNatPool> inboundNatPools) Set the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer.LoadBalancerPropertiesFormat.withInboundNatPools(List<InboundNatPool> inboundNatPools) Set the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. -
Uses of InboundNatPool in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return InboundNatPoolModifier and TypeMethodDescriptionstatic InboundNatPoolInboundNatPool.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundNatPool from the JsonReader.InboundNatPool.withBackendPort(Integer backendPort) Set the backendPort property: The port used for internal connections on the endpoint.InboundNatPool.withEnableFloatingIp(Boolean enableFloatingIp) Set the enableFloatingIp property: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group.InboundNatPool.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.InboundNatPool.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: A reference to frontend IP addresses.InboundNatPool.withFrontendPortRangeEnd(Integer frontendPortRangeEnd) Set the frontendPortRangeEnd property: The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer.InboundNatPool.withFrontendPortRangeStart(Integer frontendPortRangeStart) Set the frontendPortRangeStart property: The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer.InboundNatPool.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.Set the name property: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer.InboundNatPool.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.