The midonet.neutronclient.gateway_device_extension._remote_mac_entry
Module¶
-
class
midonet.neutronclient.gateway_device_extension._remote_mac_entry.
RemoteMacEntry
(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.NeutronClientExtension
-
add_known_arguments
(parser)¶
-
log
= <logging.Logger object>¶
-
object_path
= ‘/gw/gateway_devices/%s/remote_mac_entries’¶
-
parent_resource
= ‘gateway_devices’¶
-
resource
= ‘remote_mac_entry’¶
-
resource_path
= ‘/gw/gateway_devices/%s/remote_mac_entries/%%s’¶
-
resource_plural
= ‘remote_mac_entries’¶
-
set_extra_attrs
(parsed_args)¶
-
versions
= [‘2.0’]¶
-
-
class
midonet.neutronclient.gateway_device_extension._remote_mac_entry.
RemoteMacEntryCreate
(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionCreate
,midonet.neutronclient.gateway_device_extension._remote_mac_entry.RemoteMacEntry
Create Gateway Device Remote Mac Entry information.
-
add_known_arguments
(parser)¶
-
args2body
(args)¶
-
log
= <logging.Logger object>¶
-
shell_command
= ‘gateway-device-remote-mac-entry-create’¶
-
-
class
midonet.neutronclient.gateway_device_extension._remote_mac_entry.
RemoteMacEntryDelete
(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionDelete
,midonet.neutronclient.gateway_device_extension._remote_mac_entry.RemoteMacEntry
Delete a given gateway-device-remote-mac-entry.
-
allow_names
= False¶
-
log
= <logging.Logger object>¶
-
shell_command
= ‘gateway-device-remote-mac-entry-delete’¶
-
-
class
midonet.neutronclient.gateway_device_extension._remote_mac_entry.
RemoteMacEntryList
(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionList
,midonet.neutronclient.gateway_device_extension._remote_mac_entry.RemoteMacEntry
List Gateway Device Remote Mac Entries.
-
list_columns
= [‘id’, ‘mac_address’, ‘vtep_address’, ‘segmentation_id’]¶
-
log
= <logging.Logger object>¶
-
pagination_support
= True¶
-
shell_command
= ‘gateway-device-remote-mac-entry-list’¶
-
sorting_support
= True¶
-
-
class
midonet.neutronclient.gateway_device_extension._remote_mac_entry.
RemoteMacEntryShow
(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionShow
,midonet.neutronclient.gateway_device_extension._remote_mac_entry.RemoteMacEntry
Show information of a given gateway-device-remote-mac-entry.
-
allow_names
= False¶
-
log
= <logging.Logger object>¶
-
shell_command
= ‘gateway-device-remote-mac-entry-show’¶
-