The LoadBalancer
class inherits from Resource
.
openstack.load_balancer.v2.load_balancer.
LoadBalancer
(_synchronized=False, **attrs)¶The base resource
Parameters: | _synchronized (bool) – This is not intended to be used directly.
See new() and
existing() . |
---|
is_admin_state_up
= None¶Properties The administrative state of the load balancer Type: bool
created_at
= None¶Timestamp when the load balancer was created
description
= None¶The load balancer description
flavor
= None¶The load balancer flavor
listeners
= None¶List of listeners associated with this load balancer
name
= None¶The load balancer name
operating_status
= None¶Operating status of the load balancer
pools
= None¶List of pools associated with this load balancer
project_id
= None¶The ID of the project this load balancer is associated with.
provider
= None¶Provider name for the load balancer.
provisioning_status
= None¶The provisioning status of this load balancer
updated_at
= None¶Timestamp when the load balancer was last updated
vip_address
= None¶VIP address of load balancer
vip_network_id
= None¶VIP netowrk ID
vip_port_id
= None¶VIP port ID
vip_subnet_id
= None¶VIP subnet ID
delete
(session, error_message=None)¶Delete the remote resource based on this instance.
Parameters: | session (Adapter ) – The session to use for making this request. |
---|---|
Returns: | This Resource instance. |
Raises: | MethodNotSupported if
Resource.allow_update is not set to True . |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.