Module openstack_sdk::api::load_balancer::v2::pool::member

source ·
Expand description

/v2/lbaas/pools/{pool_id}/members REST operations of load_balancer

Modules§

  • This operation provisions a member and adds it to a pool by using the configuration that you define in the request object. After the API validates the request and starts the provisioning process, it returns a response object, which contains a unique ID.
  • Removes a member and its associated configuration from the pool.
  • Shows the details of a pool member.
  • Lists all members for the project.
  • Set the state of members for a pool in one API call. This may include creating new members, deleting old members, and updating existing members. Existing members are matched based on address/port combination.
  • Update an existing member.