Class NatPoolArgs
Inherited Members
Namespace: Pulumi.Azure.Lb
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NatPoolArgs : ResourceArgs
Constructors
View SourceNatPoolArgs()
Declaration
public NatPoolArgs()
Properties
View SourceBackendPort
The port used for the internal endpoint. Possible values range between 1 and 65535, inclusive.
Declaration
public Input<int> BackendPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
FrontendPortEnd
The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with this Load Balancer. Possible values range between 1 and 65534, inclusive.
Declaration
public Input<int> FrontendPortEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FrontendPortStart
The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with this Load Balancer. Possible values range between 1 and 65534, inclusive.
Declaration
public Input<int> FrontendPortStart { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LoadbalancerId
The ID of the Load Balancer in which to create the NAT pool.
Declaration
public Input<string> LoadbalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the NAT pool.
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 or Tcp.
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> |