blob: c5f6a30c9fa19f466f15bd006957ef9ce9b2a98f [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -08001#
2# Copyright (c) 2013 Big Switch Networks, Inc.
3#
4# Licensed under the Eclipse Public License, Version 1.0 (the
5# "License"); you may not use this file except in compliance with the
6# License. You may obtain a copy of the License at
7#
8# http://www.eclipse.org/legal/epl-v10.html
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied. See the License for the specific language governing
14# permissions and limitations under the License.
15#
16
17import command
18command.model_obj_type_enable_cascade_delete('tenant')
19command.model_obj_type_enable_cascade_delete('virtualrouter')
20command.model_obj_type_weak_with_cascade_delete('virtualrouter-interface')
21command.model_obj_type_weak_with_cascade_delete('virtualrouter-routingrule')
22command.model_obj_type_enable_cascade_delete('interface-address-pool')
23command.model_obj_type_weak_with_cascade_delete('virtualrouter-gwpool')
24command.model_obj_type_enable_cascade_delete('gateway-address-pool')
25
26command.model_obj_type_disable_submode('virtualrouter')
27command.model_obj_type_disable_submode('virtualrouter-interface')
28command.model_obj_type_disable_submode('virtualrouter-gwpool')
29command.model_obj_type_disable_submode('virtualrouter-routingrule')
30command.model_obj_type_disable_submode('interface-address-pool')
31command.model_obj_type_disable_submode('gateway-address-pool')
32command.model_obj_type_disable_submode('static-arp')
33command.model_obj_type_disable_submode('tenant')
34
35command.model_obj_type_disable_edit('tenant', 'active')
36command.model_obj_type_disable_edit('tenant', 'description')
37command.model_obj_type_disable_edit('tenant', 'origin')
38