osc load-balancer loadbalancer set

Updates a load balancer.

If the request is valid, the service returns the Accepted (202) response code. To confirm the update, check that the load balancer provisioning status is ACTIVE. If the status is PENDING_UPDATE, use a GET operation to poll the load balancer object for changes.

This operation returns the updated load balancer object with the ACTIVE, PENDING_UPDATE, or ERROR provisioning status.

Usage: osc load-balancer loadbalancer set [OPTIONS] <ID>

Arguments:

  • <ID> — loadbalancer_id parameter for /v2/lbaas/loadbalancers/{loadbalancer_id} API

Options:

  • --admin-state-up <ADMIN_STATE_UP> — The administrative state of the resource, which is up (true) or down (false)

    Possible values: true, false

  • --description <DESCRIPTION> — A human-readable description for the resource

  • --name <NAME> — Human-readable name of the resource

  • --tags <TAGS> — A list of simple strings assigned to the resource.

    New in version 2.5

  • --vip-qos-policy-id <VIP_QOS_POLICY_ID> — The ID of the QoS Policy which will apply to the Virtual IP (VIP)