cfme.networks.balancer module

class cfme.networks.balancer.All(obj, navigate_obj)[source]

Bases: cfme.utils.appliance.implementations.ui.CFMENavigateStep

VIEW

alias of BalancerView

prerequisite

This is a helper descriptor for destinations which are linked to an attribute of the object.

For instance, imagine you have an object that has an attribute(parent) which has a ‘ViewAll’, destination that needs to be visited before you can click on ‘New’. In this instance, you would need to make the ‘New’ destination use ‘ViewAll’ as a prerequisite. As this would need no other special input, we can use NavigateToAttribute as a helper, supplying only the name of the attribute which stores the object to be used in the navigation, and the destination name. This will set prerequisite to be a callable that will navigate to the prerequisite step.

step()[source]
class cfme.networks.balancer.Balancer(collection, name, provider=None)[source]

Bases: cfme.common.WidgetasticTaggable, cfme.utils.appliance.BaseEntity

Class representing balancers in sdn

category = 'networks'
db_types = ['NetworkBalancer']
detail_page_suffix = 'network_balancer_detail'
health_checks

Returns health check state

in_version = ('5.8', Version('master'))
listeners

Returns listeners of balancer

network_provider

Returns network provider

page_name = 'network_balancer'
quad_name = None
refresh_text = 'Refresh items and relationships'
string_name = 'NetworkBalancer'
class cfme.networks.balancer.BalancerCollection(appliance, parent_provider=None)[source]

Bases: cfme.utils.appliance.BaseCollection

Collection object for Balancer object

all()[source]
instantiate(name)[source]
class cfme.networks.balancer.Details(obj, navigate_obj)[source]

Bases: cfme.utils.appliance.implementations.ui.CFMENavigateStep

VIEW

alias of BalancerDetailsView

prerequisite

This is a helper descriptor for destinations which are linked to an attribute of the object.

For instance, imagine you have an object that has an attribute(parent) which has a ‘ViewAll’, destination that needs to be visited before you can click on ‘New’. In this instance, you would need to make the ‘New’ destination use ‘ViewAll’ as a prerequisite. As this would need no other special input, we can use NavigateToAttribute as a helper, supplying only the name of the attribute which stores the object to be used in the navigation, and the destination name. This will set prerequisite to be a callable that will navigate to the prerequisite step.

step()[source]
class cfme.networks.balancer.EditTags(obj, navigate_obj)[source]

Bases: cfme.utils.appliance.implementations.ui.CFMENavigateStep

VIEW

alias of TagPageView

prerequisite

This is a helper descriptor for navigation destinations which are linked to the same class.

For instance, imagine you have an object that has a ‘ViewAll’, destination that needs to be visited before you can click on ‘New’. In this instance, you would need to make the ‘New’ destination use ‘ViewAll’ as a prerequisite. As this would need no other special input, we can use NavigateToSibling as a helper. This will set prerequisite to be a callable that will navigate to the prerequisite step.

step()[source]