airgun.views.location

Module Contents

Classes

LocationsView

Base view for Satellite pages

LocationCreateView

Base view for Satellite pages

LocationsEditView

Base view for Satellite pages

class airgun.views.location.LocationsView(parent, logger=None, **kwargs)

Base view for Satellite pages

title
new
table
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.location.LocationCreateView(parent, logger=None, **kwargs)

Base view for Satellite pages

breadcrumb
parent_location
name
description
submit
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.location.LocationsEditView(parent, logger=None, **kwargs)

Base view for Satellite pages

class primary(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
parent_location
name
description
class users(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_users
resources
class capsules(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_capsules
resources
class subnets(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_subnets
resources
class compute_resources(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
TAB_NAME = Compute Resources
all_resources
resources
class media(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_medias
resources
class provisioning_templates(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
TAB_NAME = Provisioning Templates
all_templates
resources
class partition_tables(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
TAB_NAME = Partition Tables
all_ptables
resources
class domains(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_domains
resources
class realms(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_realms
resources
class environments(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
all_environments
resources
class host_groups(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
TAB_NAME = Host Groups
all_hostgroups
resources
class organizations(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
resources
class parameters(parent, logger=None, **kwargs)

Represent vertical tabs that usually used in location and organization entities

Usage:

@View.nested
class mytab(SatVerticalTab):
    TAB_NAME = 'My Tab'
resources
breadcrumb
submit
cancel
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool