Class SnatState
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class SnatState : ResourceArgs
Constructors
View SourceSnatState()
Declaration
public SnatState()
Properties
View SourceAutolasthop
-(Optional) Specifies whether to automatically map last hop for pools or not. The default is to use next level's default.
Declaration
public Input<string> Autolasthop { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FullPath
Fullpath
Declaration
public Input<string> FullPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mirror
Enables or disables mirroring of SNAT connections.
Declaration
public Input<string> Mirror { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the snat
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Origins
IP or hostname of the snat
Declaration
public InputList<SnatOriginGetArgs> Origins { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SnatOriginGetArgs> |
Partition
Displays the administrative partition within which this profile resides
Declaration
public Input<string> Partition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Snatpool
Specifies the name of a SNAT pool. You can only use this option when automap and translation are not used.
Declaration
public Input<string> Snatpool { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sourceport
Specifies whether the system preserves the source port of the connection. The default is preserve. Use of the preserve-strict setting should be restricted to UDP only under very special circumstances such as nPath or transparent (that is, no translation of any other L3/L4 field), where there is a 1:1 relationship between virtual IP addresses and node addresses, or when clustered multi-processing (CMP) is disabled. The change setting is useful for obfuscating internal network addresses.
Declaration
public Input<string> Sourceport { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Translation
Specifies the name of a translated IP address. Note that translated addresses are outside the traffic management system. You can only use this option when automap and snatpool are not used.
Declaration
public Input<string> Translation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vlans
Specifies the name of the VLAN to which you want to assign the SNAT. The default is vlans-enabled.
Declaration
public InputList<string> Vlans { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Vlansdisabled
Disables the SNAT on all VLANs.
Declaration
public Input<bool> Vlansdisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |