The LoadBalancer class inherits from Resource.
Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See Resource.new() and Resource.existing().
Parameters: |
|
---|
Description for the load balancer.
The administrative state of the load balancer, which is up True or down False. Type: bool
List of listeners associated with this load balancer. Type: list of dicts which contain the listener IDs
Name of the load balancer
Status of load_balancer operating, e.g. ONLINE, OFFLINE.
List of pools associated with this load balancer. Type: list of dicts which contain the pool IDs
The ID of the project this load balancer is associated with.
The name of the provider.
Status of load balancer provisioning, e.g. ACTIVE, INACTIVE.
The IP address of the VIP.
The ID of the port for the VIP.
The ID of the subnet on which to allocate the VIP address.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.