public class InboundNatPool
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
InboundNatPool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
backendPort()
Get the backendPort property: The port used for internal connections on the endpoint.
|
Boolean |
enableFloatingIp()
Get the enableFloatingIp property: Configures a virtual machine's endpoint for the floating IP capability
required to configure a SQL AlwaysOn Availability Group.
|
Boolean |
enableTcpReset()
Get the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
com.azure.core.management.SubResource |
frontendIpConfiguration()
Get the frontendIpConfiguration property: A reference to frontend IP addresses.
|
Integer |
frontendPortRangeEnd()
Get 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.
|
Integer |
frontendPortRangeStart()
Get 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.
|
Integer |
idleTimeoutInMinutes()
Get the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
String |
name()
Get the name property: The name of the resource that is unique within the set of inbound NAT pools used by the
load balancer.
|
TransportProtocol |
protocol()
Get the protocol property: The reference to the transport protocol used by the inbound NAT pool.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the inbound NAT pool resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
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.
|
InboundNatPool |
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.
|
InboundNatPool |
withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.
|
public String name()
public InboundNatPool withName(String name)
name - the name value to set.public String etag()
public String type()
public com.azure.core.management.SubResource frontendIpConfiguration()
public InboundNatPool withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration)
frontendIpConfiguration - the frontendIpConfiguration value to set.public TransportProtocol protocol()
public InboundNatPool withProtocol(TransportProtocol protocol)
protocol - the protocol value to set.public Integer frontendPortRangeStart()
public InboundNatPool withFrontendPortRangeStart(Integer frontendPortRangeStart)
frontendPortRangeStart - the frontendPortRangeStart value to set.public Integer frontendPortRangeEnd()
public InboundNatPool withFrontendPortRangeEnd(Integer frontendPortRangeEnd)
frontendPortRangeEnd - the frontendPortRangeEnd value to set.public Integer backendPort()
public InboundNatPool withBackendPort(Integer backendPort)
backendPort - the backendPort value to set.public Integer idleTimeoutInMinutes()
public InboundNatPool withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
idleTimeoutInMinutes - the idleTimeoutInMinutes value to set.public Boolean enableFloatingIp()
public InboundNatPool withEnableFloatingIp(Boolean enableFloatingIp)
enableFloatingIp - the enableFloatingIp value to set.public Boolean enableTcpReset()
public InboundNatPool withEnableTcpReset(Boolean enableTcpReset)
enableTcpReset - the enableTcpReset value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.