Show / Hide Table of Contents

Class PoolState

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

Constructors

View Source

PoolState()

Declaration
public PoolState()

Properties

View Source

AllowNat

Allow NAT

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

AllowSnat

Allow SNAT

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

Description

Userdefined value to describe the pool

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

LoadBalancingMode

Possible values: round-robin, ...

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

Monitors

List of monitor names to associate with the pool

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

Name

Name of the pool

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

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

ServiceDownAction

Possible values: none, reset, reselect, drop

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

SlowRampTime

Slow ramp time for pool members

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