cfme.physical.provider package

Module contents

class cfme.physical.provider.All(obj, navigate_obj)[source]

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

VIEW

alias of BaseLoggedInPage

prerequisite

This is a helper descriptor for navigation destinations which are on another class/object.

For instance, imagine you have a different 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 NavigateToObject as a helper. This will set prerequisite to be a callable that will navigate to the prerequisite step on the other object.

resetter()[source]
step()[source]
class cfme.physical.provider.PhysicalProvider(appliance, name)[source]

Bases: cfme.utils.pretty.Pretty, cfme.common.provider.BaseProvider, widgetastic.utils.Fillable

Abstract model of an infrastructure provider in cfme. See VMwareProvider or RHEVMProvider.

STATS_TO_MATCH = ['num_server']
category = 'physical'
num_server(*args, **kwargs)
num_server_ui = None
pretty_attrs = ['name']
provider_types = {}