Show / Hide Table of Contents

Class SnatState

Inheritance
System.Object
InputArgs
ResourceArgs
SnatState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class SnatState : ResourceArgs

Constructors

View Source

SnatState()

Declaration
public SnatState()

Properties

View Source

Autolasthop

-(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>
View Source

FullPath

Fullpath

Declaration
public Input<string> FullPath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Mirror

Enables or disables mirroring of SNAT connections.

Declaration
public Input<string> Mirror { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the snat

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Origins

IP or hostname of the snat

Declaration
public InputList<SnatOriginGetArgs> Origins { get; set; }
Property Value
Type Description
InputList<SnatOriginGetArgs>
View Source

Partition

Displays the administrative partition within which this profile resides

Declaration
public Input<string> Partition { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Vlansdisabled

Disables the SNAT on all VLANs.

Declaration
public Input<bool> Vlansdisabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.