Uses of Class
com.azure.resourcemanager.network.models.InboundNatPool
-
Packages that use InboundNatPool Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 InboundNatPool Modifier and Type Method Description List<InboundNatPool>LoadBalancerInner. 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.List<InboundNatPool>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 InboundNatPool Modifier and Type Method Description LoadBalancerInnerLoadBalancerInner. 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.LoadBalancerPropertiesFormatLoadBalancerPropertiesFormat. 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 InboundNatPool Modifier and Type Method Description InboundNatPoolInboundNatPool. withBackendPort(Integer backendPort)Set the backendPort property: The port used for internal connections on the endpoint.InboundNatPoolInboundNatPool. 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.InboundNatPoolInboundNatPool. withEnableTcpReset(Boolean enableTcpReset)Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.InboundNatPoolInboundNatPool. withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration)Set the frontendIpConfiguration property: A reference to frontend IP addresses.InboundNatPoolInboundNatPool. 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.InboundNatPoolInboundNatPool. 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.InboundNatPoolInboundNatPool. withId(String id)InboundNatPoolInboundNatPool. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.InboundNatPoolInboundNatPool. withName(String name)Set the name property: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer.InboundNatPoolInboundNatPool. withProtocol(TransportProtocol protocol)Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.
-