"""
# This attribute specifies whether the plugin supports or not
- # bulk operations. Name mangling is used in order to ensure it
- # is qualified by class
+ # bulk/pagination/sorting operations. Name mangling is used in
+ # order to ensure it is qualified by class
__native_bulk_support = True
+ __native_pagination_support = True
+ __native_sorting_support = True
supported_extension_aliases = ["provider", "router", "binding", "quotas",
- "security-group", "agent"]
+ "security-group", "agent", "extraroute"]
network_view = "extension:provider_network:view"
network_set = "extension:provider_network:set"
"""
# This attribute specifies whether the plugin supports or not
- # bulk operations. Name mangling is used in order to ensure it
- # is qualified by class
+ # bulk/pagination/sorting operations. Name mangling is used in
+ # order to ensure it is qualified by class
__native_bulk_support = True
+ __native_pagination_support = True
+ __native_sorting_support = True
+
supported_extension_aliases = ["provider", "router",
"binding", "quotas", "security-group",
- "agent"]
+ "agent",
+ "extraroute"]
network_view = "extension:provider_network:view"
network_set = "extension:provider_network:set"