Class PoolState
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 PoolState : ResourceArgs
Constructors
View SourcePoolState()
Declaration
public PoolState()
Properties
View SourceAllowNat
Allow NAT
Declaration
public Input<string> AllowNat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AllowSnat
Allow SNAT
Declaration
public Input<string> AllowSnat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Userdefined value to describe the pool
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LoadBalancingMode
Possible values: round-robin, ...
Declaration
public Input<string> LoadBalancingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Monitors
List of monitor names to associate with the pool
Declaration
public InputList<string> Monitors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
Name of the pool
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReselectTries
Number of times the system tries to select a new pool member after a failure.
Declaration
public Input<int> ReselectTries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ServiceDownAction
Possible values: none, reset, reselect, drop
Declaration
public Input<string> ServiceDownAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SlowRampTime
Slow ramp time for pool members
Declaration
public Input<int> SlowRampTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |