Class Pool
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public class Pool : CustomResource
Constructors
View SourcePool(String, PoolArgs, CustomResourceOptions)
Create a Pool resource with the given unique name, arguments, and options.
Declaration
public Pool(string name, PoolArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| PoolArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAllowNat
Allow NAT
Declaration
public Output<string> AllowNat { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AllowSnat
Allow SNAT
Declaration
public Output<string> AllowSnat { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Description
Userdefined value to describe the pool
Declaration
public Output<string> Description { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
LoadBalancingMode
Possible values: round-robin, ...
Declaration
public Output<string> LoadBalancingMode { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Monitors
List of monitor names to associate with the pool
Declaration
public Output<ImmutableArray<string>> Monitors { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Name
Name of the pool
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ReselectTries
Number of times the system tries to select a new pool member after a failure.
Declaration
public Output<int> ReselectTries { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
ServiceDownAction
Possible values: none, reset, reselect, drop
Declaration
public Output<string> ServiceDownAction { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SlowRampTime
Slow ramp time for pool members
Declaration
public Output<int> SlowRampTime { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Methods
View SourceGet(String, Input<String>, PoolState, CustomResourceOptions)
Get an existing Pool resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Pool Get(string name, Input<string> id, PoolState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| PoolState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Pool |