@pulumi/f5bigip 3.17.6 → 3.17.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ltm/pool.d.ts +3 -3
  2. package/package.json +2 -2
package/ltm/pool.d.ts CHANGED
@@ -61,7 +61,7 @@ export declare class Pool extends pulumi.CustomResource {
61
61
  */
62
62
  readonly description: pulumi.Output<string | undefined>;
63
63
  /**
64
- * Specifies the load balancing method. The default is Round Robin.
64
+ * Specifies the load balancing method. The default is `round-robin`. Possible options: [`dynamic-ratio-member`,`dynamic-ratio-node`, `fastest-app-response`,`fastest-node`, `least-connections-members`,`least-connections-node`,`least-sessions`,`observed-member`,`observed-node`,`predictive-member`,`predictive-node`,`ratio-least-connections-member`,`ratio-least-connections-node`,`ratio-member`,`ratio-node`,`ratio-session`,`round-robin`,`weighted-least-connections-member`,`weighted-least-connections-node`]
65
65
  */
66
66
  readonly loadBalancingMode: pulumi.Output<string>;
67
67
  /**
@@ -114,7 +114,7 @@ export interface PoolState {
114
114
  */
115
115
  description?: pulumi.Input<string>;
116
116
  /**
117
- * Specifies the load balancing method. The default is Round Robin.
117
+ * Specifies the load balancing method. The default is `round-robin`. Possible options: [`dynamic-ratio-member`,`dynamic-ratio-node`, `fastest-app-response`,`fastest-node`, `least-connections-members`,`least-connections-node`,`least-sessions`,`observed-member`,`observed-node`,`predictive-member`,`predictive-node`,`ratio-least-connections-member`,`ratio-least-connections-node`,`ratio-member`,`ratio-node`,`ratio-session`,`round-robin`,`weighted-least-connections-member`,`weighted-least-connections-node`]
118
118
  */
119
119
  loadBalancingMode?: pulumi.Input<string>;
120
120
  /**
@@ -159,7 +159,7 @@ export interface PoolArgs {
159
159
  */
160
160
  description?: pulumi.Input<string>;
161
161
  /**
162
- * Specifies the load balancing method. The default is Round Robin.
162
+ * Specifies the load balancing method. The default is `round-robin`. Possible options: [`dynamic-ratio-member`,`dynamic-ratio-node`, `fastest-app-response`,`fastest-node`, `least-connections-members`,`least-connections-node`,`least-sessions`,`observed-member`,`observed-node`,`predictive-member`,`predictive-node`,`ratio-least-connections-member`,`ratio-least-connections-node`,`ratio-member`,`ratio-node`,`ratio-session`,`round-robin`,`weighted-least-connections-member`,`weighted-least-connections-node`]
163
163
  */
164
164
  loadBalancingMode?: pulumi.Input<string>;
165
165
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/f5bigip",
3
- "version": "3.17.6",
3
+ "version": "3.17.7",
4
4
  "description": "A Pulumi package for creating and managing F5 BigIP resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "f5bigip",
26
- "version": "3.17.6"
26
+ "version": "3.17.7"
27
27
  }
28
28
  }