Show / Hide Table of Contents

Class SnatPoolState

Inheritance
System.Object
InputArgs
ResourceArgs
SnatPoolState
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 SnatPoolState : ResourceArgs

Constructors

View Source

SnatPoolState()

Declaration
public SnatPoolState()

Properties

View Source

Members

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

Name

Name of the snatpool

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