Class SnatPoolArgs
Inherited Members
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 SnatPoolArgs : ResourceArgs
Constructors
View SourceSnatPoolArgs()
Declaration
public SnatPoolArgs()
Properties
View SourceMembers
Specifies a translation address to add to or delete from a SNAT pool (at least one address is required)
Declaration
public InputList<string> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
Name of the snatpool
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |