Class NatRuleArgs
Inherited Members
Namespace: Pulumi.Azure.Lb
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NatRuleArgs : ResourceArgs
Constructors
View SourceNatRuleArgs()
Declaration
public NatRuleArgs()
Properties
View SourceBackendPort
The port used for internal connections on the endpoint. Possible values range between 1 and 65535, inclusive.
Declaration
public Input<int> BackendPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
EnableFloatingIp
Are the Floating IPs enabled for this Load Balncer Rule? A "floating” IP is reassigned to a secondary server in case the primary server fails. Required to configure a SQL AlwaysOn Availability Group. Defaults to false.
Declaration
public Input<bool> EnableFloatingIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableTcpReset
Is TCP Reset enabled for this Load Balancer Rule? Defaults to false.
Declaration
public Input<bool> EnableTcpReset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FrontendIpConfigurationName
The name of the frontend IP configuration exposing this rule.
Declaration
public Input<string> FrontendIpConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FrontendPort
The port for the external endpoint. Port numbers for each Rule must be unique within the Load Balancer. Possible values range between 1 and 65534, inclusive.
Declaration
public Input<int> FrontendPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IdleTimeoutInMinutes
Specifies the idle timeout in minutes for TCP connections. Valid values are between 4 and 30 minutes. Defaults to 4 minutes.
Declaration
public Input<int> IdleTimeoutInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LoadbalancerId
The ID of the Load Balancer in which to create the NAT Rule.
Declaration
public Input<string> LoadbalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the NAT Rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Protocol
The transport protocol for the external endpoint. Possible values are Udp, Tcp or All.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the resource.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |