Show / Hide Table of Contents

Class Pool

Inheritance
System.Object
Resource
CustomResource
Pool
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Pool : CustomResource

Constructors

View Source

Pool(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 Source

AllowNat

Allow NAT

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

AllowSnat

Allow SNAT

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

Description

Userdefined value to describe the pool

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

LoadBalancingMode

Possible values: round-robin, ...

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

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

Name

Name of the pool

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

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

ServiceDownAction

Possible values: none, reset, reselect, drop

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

SlowRampTime

Slow ramp time for pool members

Declaration
public Output<int> SlowRampTime { get; }
Property Value
Type Description
Output<System.Int32>

Methods

View Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.