You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides a resource to manage Advanced Load Balancer Pools on Cloud Avenue. Pools maintain the list of servers assigned to them and perform health monitoring, load balancing, persistence. A pool may only be used or referenced by only one virtual service at a time.
Requested Resource(s) and/or Data Source(s)
cloudavenue_alb_pool
Potential Terraform Configuration
resource"cloudavenue_alb_pool""first-pool" {
name="configured-pool"edge_gateway_id=cloudavenue_edgegateway.test.idalgorithm="LEAST_LOAD"default_port=9000graceful_timeout_period="0"passive_monitoring_enabled=falsehealth_monitor={
type ="PING"
}
persistence_profile={
type ="CLIENT_IP"
}
member={
enabled =false
ip_address ="192.168.1.1"
port =8000
ratio =2
}
member={
ip_address ="192.168.1.2"
ratio =4
}
}
Description
Provides a resource to manage Advanced Load Balancer Pools on Cloud Avenue. Pools maintain the list of servers assigned to them and perform health monitoring, load balancing, persistence. A pool may only be used or referenced by only one virtual service at a time.
Requested Resource(s) and/or Data Source(s)
cloudavenue_alb_pool
Potential Terraform Configuration
References
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_alb_pool
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: