1getObject = {
2    'primaryRouter': {
3        'datacenter': {'id': 1234, 'longName': 'TestDC'},
4        'fullyQualifiedDomainName': 'fcr01.TestDC'
5    },
6    'id': 1234,
7    'vlanNumber': 4444,
8    'firewallInterfaces': None,
9    'billingItem': {
10            'allowCancellationFlag': 1,
11            'categoryCode': 'network_vlan',
12            'description': 'Private Network Vlan',
13            'id': 235689,
14            'notes': 'test cli',
15            'orderItemId': 147258,
16        }
17}
18
19editObject = True
20setTags = True
21getList = [getObject]
22
23cancel = True
24
25getCancelFailureReasons = [
26    "1 bare metal server(s) still on the VLAN ",
27    "1 virtual guest(s) still on the VLAN "
28]
29