The openstack_dashboard.dashboards.router.nexus1000v.tables ModuleΒΆ

class openstack_dashboard.dashboards.router.nexus1000v.tables.CreateNetworkProfile(verbose_name=None, allowed_data_types=[], url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

CreateNetworkProfile.classes = ('ajax-modal', 'btn-create')
CreateNetworkProfile.name = 'create'
CreateNetworkProfile.url = 'horizon:router:nexus1000v:create_network_profile'
CreateNetworkProfile.verbose_name = <django.utils.functional.__proxy__ object at 0x7531350>
class openstack_dashboard.dashboards.router.nexus1000v.tables.DeleteNetworkProfile[source]

Bases: horizon.tables.actions.DeleteAction

DeleteNetworkProfile.data_type_plural = <django.utils.functional.__proxy__ object at 0x75317d0>
DeleteNetworkProfile.data_type_singular = <django.utils.functional.__proxy__ object at 0x74b0f10>
DeleteNetworkProfile.delete(request, obj_id)[source]
class openstack_dashboard.dashboards.router.nexus1000v.tables.EditNetworkProfile(verbose_name=None, allowed_data_types=[], url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

EditNetworkProfile.classes = ('ajax-modal', 'btn-edit')
EditNetworkProfile.name = 'update'
EditNetworkProfile.url = 'horizon:router:nexus1000v:update_network_profile'
EditNetworkProfile.verbose_name = <django.utils.functional.__proxy__ object at 0x75310d0>
class openstack_dashboard.dashboards.router.nexus1000v.tables.EditPolicyProfile(verbose_name=None, allowed_data_types=[], url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

EditPolicyProfile.classes = ('ajax-modal', 'btn-edit')
EditPolicyProfile.name = 'edit'
EditPolicyProfile.url = 'horizon:project:images_and_snapshots:images:update'
EditPolicyProfile.verbose_name = <django.utils.functional.__proxy__ object at 0xe179390>
class openstack_dashboard.dashboards.router.nexus1000v.tables.NetworkProfile(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class NetworkProfile.Meta[source]
NetworkProfile.Meta.name = 'network_profile'
NetworkProfile.Meta.row_actions = (<class 'openstack_dashboard.dashboards.router.nexus1000v.tables.EditNetworkProfile'>, <class 'openstack_dashboard.dashboards.router.nexus1000v.tables.DeleteNetworkProfile'>)
NetworkProfile.Meta.table_actions = (<class 'openstack_dashboard.dashboards.router.nexus1000v.tables.CreateNetworkProfile'>, <class 'openstack_dashboard.dashboards.router.nexus1000v.tables.DeleteNetworkProfile'>)
NetworkProfile.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x5d1d6d0>
NetworkProfile.base_actions = {'create': <CreateNetworkProfile: create>, 'delete': <DeleteNetworkProfile: delete>, 'update': <EditNetworkProfile: update>}
NetworkProfile.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'project': <Column: project>, 'segment_type': <Column: segment_type>, 'segment_range': <Column: segment_range>, 'multicast_ip_range': <Column: multicast_ip_range>, 'physical_network': <Column: physical_network>}
class openstack_dashboard.dashboards.router.nexus1000v.tables.PolicyProfile(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class PolicyProfile.Meta[source]
PolicyProfile.Meta.name = 'policy_profile'
PolicyProfile.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xe179610>
PolicyProfile.base_actions = {}
PolicyProfile.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'project_id': <Column: project_id>}

Previous topic

The openstack_dashboard.dashboards.router.dashboard Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v.views Module

This Page