1getObject = {
2    'id': 1234,
3    'billingItem': {
4        'id': 1056
5    },
6    'number': 999,
7    'networkIdentifier': '1.2.3.4',
8    'cidr': '26',
9    'subnetType': 'ADDITIONAL_PRIMARY',
10    'networkVlan': {
11        'networkSpace': 'PUBLIC'
12    },
13    'gateway': '1.2.3.254',
14    'broadcastAddress': '1.2.3.255',
15    'datacenter': {
16        'name': 'dal10',
17        'id': 1
18    },
19    'virtualGuests': [
20        {
21            'hostname': 'hostname0',
22            'domain': 'sl.test',
23            'primaryIpAddress': '1.2.3.10',
24            'primaryBackendIpAddress': '10.0.1.2'
25        }
26    ],
27    'hardware': [],
28    'usableIpAddressCount': 22,
29    'note': 'test note',
30    'tagReferences': [
31        {'id': 1000123,
32         'resourceTableId': 1234,
33         'tag': {'id': 100123,
34                 'name': 'subnet: test tag'},
35         }
36    ],
37    'ipAddresses': [
38        {'id': 123456,
39         'ipAddress': '16.26.26.25'},
40        {'id': 123457,
41         'ipAddress': '16.26.26.26'}]
42}
43
44editNote = True
45setTags = True
46cancel = True
47