The networking_cisco.neutronclient.networkprofile Module¶
-
class
networking_cisco.neutronclient.networkprofile.NetworkProfile(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.NeutronClientExtension-
allow_names= True¶
-
log= <logging.Logger object at 0x9b8fc90>¶
-
object_path= ‘/network_profiles’¶
-
resource= ‘network_profile’¶
-
resource_path= ‘/network_profiles/%s’¶
-
resource_plural= ‘network_profiles’¶
-
segment_sub_types= [‘native’, ‘enhanced’]¶
-
segment_types= [‘vlan’, ‘overlay’]¶
-
versions= [‘2.0’]¶
-
-
class
networking_cisco.neutronclient.networkprofile.NetworkProfileCreate(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionCreate,networking_cisco.neutronclient.networkprofile.NetworkProfileCreate a network profile.
-
add_known_arguments(parser)¶
-
args2body(parsed_args)¶
-
log= <logging.Logger object at 0x9aa42d0>¶
-
shell_command= ‘cisco-network-profile-create’¶
-
-
class
networking_cisco.neutronclient.networkprofile.NetworkProfileDelete(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionDelete,networking_cisco.neutronclient.networkprofile.NetworkProfileDelete a given network profile.
-
log= <logging.Logger object at 0x9aa4890>¶
-
shell_command= ‘cisco-network-profile-delete’¶
-
-
class
networking_cisco.neutronclient.networkprofile.NetworkProfileList(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionList,networking_cisco.neutronclient.networkprofile.NetworkProfileList network profiles that belong to a given tenant.
-
list_columns= [‘id’, ‘name’, ‘segment_type’, ‘sub_type’, ‘segment_range’, ‘physical_network’, ‘multicast_ip_index’, ‘multicast_ip_range’]¶
-
log= <logging.Logger object at 0x9b8f910>¶
-
pagination_support= True¶
-
shell_command= ‘cisco-network-profile-list’¶
-
sorting_support= True¶
-
-
class
networking_cisco.neutronclient.networkprofile.NetworkProfileShow(app, app_args, cmd_name=None)¶ Bases:
neutronclient.common.extension.ClientExtensionShow,networking_cisco.neutronclient.networkprofile.NetworkProfileShow information of a given network profile.
-
log= <logging.Logger object at 0x9b8f050>¶
-
shell_command= ‘cisco-network-profile-show’¶
-