cfme.networks.provider.nuage module

class cfme.networks.provider.nuage.NuageEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

view_value_mapping
class cfme.networks.provider.nuage.NuageEndpointForm(*args, **kwargs)[source]

Bases: widgetastic.widget.View

default

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

class cfme.networks.provider.nuage.NuageProvider(parent, name, provider=None, endpoints=None, key=None)[source]

Bases: cfme.networks.provider.NetworkProvider

Class representing network provider in sdn

Note: Network provider can be added to cfme database
only automaticaly with cloud provider
STATS_TO_MATCH = []
__eq__(other)

Automatically created by attrs.

__ge__(other)

Automatically created by attrs.

__gt__(other)

Automatically created by attrs.

__le__(other)

Automatically created by attrs.

__lt__(other)

Automatically created by attrs.

__ne__(other)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

db_types = ['Nuage::NetworksManager']
endpoints = Attribute(name='endpoints', default=None, validator=None, repr=True, cmp=True, hash=None, init=True, convert=None, metadata=mappingproxy({}))
endpoints_form

alias of NuageEndpointForm

classmethod from_config(prov_config, prov_key, appliance=None)[source]
in_version = ('5.9', Version('master'))
key = Attribute(name='key', default=None, validator=None, repr=True, cmp=True, hash=None, init=True, convert=None, metadata=mappingproxy({}))
type_name = 'nuage'
view_value_mapping