Pool
Create a Pool Resource
new Pool(name: string, args: PoolArgs, opts?: CustomResourceOptions);def Pool(resource_name, opts=None, allow_nat=None, allow_snat=None, description=None, load_balancing_mode=None, monitors=None, name=None, reselect_tries=None, service_down_action=None, slow_ramp_time=None, __props__=None);public Pool(string name, PoolArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args PoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PoolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Pool Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Pool resource accepts the following input properties:
- Name string
Name of the pool
- Allow
Nat string Allow NAT
- Allow
Snat string Allow SNAT
- Description string
Userdefined value to describe the pool
- Load
Balancing stringMode Possible values: round-robin, …
- Monitors List<string>
List of monitor names to associate with the pool
- Reselect
Tries int Number of times the system tries to select a new pool member after a failure.
- Service
Down stringAction Possible values: none, reset, reselect, drop
- Slow
Ramp intTime Slow ramp time for pool members
- Name string
Name of the pool
- Allow
Nat string Allow NAT
- Allow
Snat string Allow SNAT
- Description string
Userdefined value to describe the pool
- Load
Balancing stringMode Possible values: round-robin, …
- Monitors []string
List of monitor names to associate with the pool
- Reselect
Tries int Number of times the system tries to select a new pool member after a failure.
- Service
Down stringAction Possible values: none, reset, reselect, drop
- Slow
Ramp intTime Slow ramp time for pool members
- name string
Name of the pool
- allow
Nat string Allow NAT
- allow
Snat string Allow SNAT
- description string
Userdefined value to describe the pool
- load
Balancing stringMode Possible values: round-robin, …
- monitors string[]
List of monitor names to associate with the pool
- reselect
Tries number Number of times the system tries to select a new pool member after a failure.
- service
Down stringAction Possible values: none, reset, reselect, drop
- slow
Ramp numberTime Slow ramp time for pool members
- name str
Name of the pool
- allow_
nat str Allow NAT
- allow_
snat str Allow SNAT
- description str
Userdefined value to describe the pool
- load_
balancing_ strmode Possible values: round-robin, …
- monitors List[str]
List of monitor names to associate with the pool
- reselect_
tries float Number of times the system tries to select a new pool member after a failure.
- service_
down_ straction Possible values: none, reset, reselect, drop
- slow_
ramp_ floattime Slow ramp time for pool members
Outputs
All input properties are implicitly available as output properties. Additionally, the Pool resource produces the following output properties:
Look up an Existing Pool Resource
Get an existing Pool resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PoolState, opts?: CustomResourceOptions): Poolstatic get(resource_name, id, opts=None, allow_nat=None, allow_snat=None, description=None, load_balancing_mode=None, monitors=None, name=None, reselect_tries=None, service_down_action=None, slow_ramp_time=None, __props__=None);public static Pool Get(string name, Input<string> id, PoolState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Allow
Nat string Allow NAT
- Allow
Snat string Allow SNAT
- Description string
Userdefined value to describe the pool
- Load
Balancing stringMode Possible values: round-robin, …
- Monitors List<string>
List of monitor names to associate with the pool
- Name string
Name of the pool
- Reselect
Tries int Number of times the system tries to select a new pool member after a failure.
- Service
Down stringAction Possible values: none, reset, reselect, drop
- Slow
Ramp intTime Slow ramp time for pool members
- Allow
Nat string Allow NAT
- Allow
Snat string Allow SNAT
- Description string
Userdefined value to describe the pool
- Load
Balancing stringMode Possible values: round-robin, …
- Monitors []string
List of monitor names to associate with the pool
- Name string
Name of the pool
- Reselect
Tries int Number of times the system tries to select a new pool member after a failure.
- Service
Down stringAction Possible values: none, reset, reselect, drop
- Slow
Ramp intTime Slow ramp time for pool members
- allow
Nat string Allow NAT
- allow
Snat string Allow SNAT
- description string
Userdefined value to describe the pool
- load
Balancing stringMode Possible values: round-robin, …
- monitors string[]
List of monitor names to associate with the pool
- name string
Name of the pool
- reselect
Tries number Number of times the system tries to select a new pool member after a failure.
- service
Down stringAction Possible values: none, reset, reselect, drop
- slow
Ramp numberTime Slow ramp time for pool members
- allow_
nat str Allow NAT
- allow_
snat str Allow SNAT
- description str
Userdefined value to describe the pool
- load_
balancing_ strmode Possible values: round-robin, …
- monitors List[str]
List of monitor names to associate with the pool
- name str
Name of the pool
- reselect_
tries float Number of times the system tries to select a new pool member after a failure.
- service_
down_ straction Possible values: none, reset, reselect, drop
- slow_
ramp_ floattime Slow ramp time for pool members
Package Details
- Repository
- https://github.com/pulumi/pulumi-f5bigip
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
bigipTerraform Provider.