NSX-T Data Center REST API
ALBPoolGroupMember (schema)
PoolGroupMember
Advanced load balancer PoolGroupMember object
| Name | Description | Type | Notes | 
|---|---|---|---|
| deployment_state | Deployment state Pool deployment state used with the PG deployment policy. Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. | ALBPoolDeploymentState | |
| pool_path | Pool path path of the pool. It is a reference to an object of type Pool. | string | Required | 
| priority_label | Priority label All pools with same label are treated similarly in a pool group. A pool with a higher priority is selected, as long as the pool is eligible or an explicit policy chooses a different pool. | string | |
| ratio | Ratio Ratio of selecting eligible pools in the pool group. Allowed values are 1-1000. Special values are 0 - 'Do not select this pool for new connections'. Allowed in Basic(Allowed values- 1) edition, Essentials(Allowed values- 1) edition, Enterprise edition. Default value when not specified in API or module is interpreted by ALB Controller as 1. | integer | Minimum: 0 Maximum: 1000 Default: "1" | 
