openstack.network.v2.load_balancer¶
The LoadBalancer Class¶
The LoadBalancer
class inherits from Resource
.
-
class
openstack.network.v2.load_balancer.
LoadBalancer
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
description
= None¶ Description for the load balancer.
-
is_admin_state_up
= None¶ The administrative state of the load balancer, which is up
True
or downFalse
. Type: bool
-
listener_ids
= None¶ List of listeners associated with this load balancer. Type: list of dicts which contain the listener IDs
-
name
= None¶ Name of the load balancer
-
operating_status
= None¶ Status of load_balancer operating, e.g. ONLINE, OFFLINE.
-
pool_ids
= None¶ List of pools associated with this load balancer. Type: list of dicts which contain the pool IDs
-
project_id
= None¶ The ID of the project this load balancer is associated with.
-
provider
= None¶ The name of the provider.
-
provisioning_status
= None¶ Status of load balancer provisioning, e.g. ACTIVE, INACTIVE.
-
vip_address
= None¶ The IP address of the VIP.
-
vip_port_id
= None¶ The ID of the port for the VIP.
-
vip_subnet_id
= None¶ The ID of the subnet on which to allocate the VIP address.
-