InboundNatRulePropertiesFormatInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. InboundNatRulePropertiesFormatInner
- com.
Implements
public final class InboundNatRulePropertiesFormatInner
implements JsonSerializable<InboundNatRulePropertiesFormatInner>
Properties of the inbound NAT rule.
Constructor Summary
| Constructor | Description |
|---|---|
| InboundNatRulePropertiesFormatInner() |
Creates an instance of Inbound |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sub |
backendAddressPool()
Get the backend |
|
Network |
backendIpConfiguration()
Get the backend |
| Integer |
backendPort()
Get the backend |
| Boolean |
enableFloatingIp()
Get the enable |
| Boolean |
enableTcpReset()
Get the enable |
|
static
Inbound |
fromJson(JsonReader jsonReader)
Reads an instance of Inbound |
|
Sub |
frontendIpConfiguration()
Get the frontend |
| Integer |
frontendPort()
Get the frontend |
| Integer |
frontendPortRangeEnd()
Get the frontend |
| Integer |
frontendPortRangeStart()
Get the frontend |
| Integer |
idleTimeoutInMinutes()
Get the idle |
|
Transport |
protocol()
Get the protocol property: The reference to the transport protocol used by the load balancing rule. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Inbound |
withBackendAddressPool(SubResource backendAddressPool)
Set the backend |
|
Inbound |
withBackendPort(Integer backendPort)
Set the backend |
|
Inbound |
withEnableFloatingIp(Boolean enableFloatingIp)
Set the enable |
|
Inbound |
withEnableTcpReset(Boolean enableTcpReset)
Set the enable |
|
Inbound |
withFrontendIpConfiguration(SubResource frontendIpConfiguration)
Set the frontend |
|
Inbound |
withFrontendPort(Integer frontendPort)
Set the frontend |
|
Inbound |
withFrontendPortRangeEnd(Integer frontendPortRangeEnd)
Set the frontend |
|
Inbound |
withFrontendPortRangeStart(Integer frontendPortRangeStart)
Set the frontend |
|
Inbound |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idle |
|
Inbound |
withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the load balancing rule. |
Methods inherited from java.lang.Object
Constructor Details
InboundNatRulePropertiesFormatInner
public InboundNatRulePropertiesFormatInner()
Creates an instance of InboundNatRulePropertiesFormatInner class.
Method Details
backendAddressPool
public SubResource backendAddressPool()
Get the backendAddressPool property: A reference to backendAddressPool resource.
Returns:
backendIpConfiguration
public NetworkInterfaceIpConfigurationInner backendIpConfiguration()
Get the backendIpConfiguration property: A reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP.
Returns:
backendPort
public Integer backendPort()
Get the backendPort property: The port used for the internal endpoint. Acceptable values range from 1 to 65535.
Returns:
enableFloatingIp
public 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. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint.
Returns:
enableTcpReset
public Boolean enableTcpReset()
Get the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.
Returns:
fromJson
public static InboundNatRulePropertiesFormatInner fromJson(JsonReader jsonReader)
Reads an instance of InboundNatRulePropertiesFormatInner from the JsonReader.
Parameters:
Returns:
Throws:
frontendIpConfiguration
public SubResource frontendIpConfiguration()
Get the frontendIpConfiguration property: A reference to frontend IP addresses.
Returns:
frontendPort
public Integer frontendPort()
Get the frontendPort property: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534.
Returns:
frontendPortRangeEnd
public Integer frontendPortRangeEnd()
Get the frontendPortRangeEnd property: The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.
Returns:
frontendPortRangeStart
public Integer frontendPortRangeStart()
Get the frontendPortRangeStart property: The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.
Returns:
idleTimeoutInMinutes
public Integer idleTimeoutInMinutes()
Get the idleTimeoutInMinutes property: The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.
Returns:
protocol
public TransportProtocol protocol()
Get the protocol property: The reference to the transport protocol used by the load balancing rule.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the inbound NAT rule resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBackendAddressPool
public InboundNatRulePropertiesFormatInner withBackendAddressPool(SubResource backendAddressPool)
Set the backendAddressPool property: A reference to backendAddressPool resource.
Parameters:
Returns:
withBackendPort
public InboundNatRulePropertiesFormatInner withBackendPort(Integer backendPort)
Set the backendPort property: The port used for the internal endpoint. Acceptable values range from 1 to 65535.
Parameters:
Returns:
withEnableFloatingIp
public InboundNatRulePropertiesFormatInner 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. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint.
Parameters:
Returns:
withEnableTcpReset
public InboundNatRulePropertiesFormatInner withEnableTcpReset(Boolean enableTcpReset)
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.
Parameters:
Returns:
withFrontendIpConfiguration
public InboundNatRulePropertiesFormatInner withFrontendIpConfiguration(SubResource frontendIpConfiguration)
Set the frontendIpConfiguration property: A reference to frontend IP addresses.
Parameters:
Returns:
withFrontendPort
public InboundNatRulePropertiesFormatInner withFrontendPort(Integer frontendPort)
Set the frontendPort property: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534.
Parameters:
Returns:
withFrontendPortRangeEnd
public InboundNatRulePropertiesFormatInner withFrontendPortRangeEnd(Integer frontendPortRangeEnd)
Set the frontendPortRangeEnd property: The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.
Parameters:
Returns:
withFrontendPortRangeStart
public InboundNatRulePropertiesFormatInner withFrontendPortRangeStart(Integer frontendPortRangeStart)
Set the frontendPortRangeStart property: The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.
Parameters:
Returns:
withIdleTimeoutInMinutes
public InboundNatRulePropertiesFormatInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.
Parameters:
Returns:
withProtocol
public InboundNatRulePropertiesFormatInner withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the load balancing rule.
Parameters:
Returns: