getObject = {
    'id': 1234,
    'billingItem': {
        'id': 1056
    },
    'number': 999,
    'networkIdentifier': '1.2.3.4',
    'cidr': '26',
    'subnetType': 'ADDITIONAL_PRIMARY',
    'networkVlan': {
        'networkSpace': 'PUBLIC'
    },
    'gateway': '1.2.3.254',
    'broadcastAddress': '1.2.3.255',
    'datacenter': {
        'name': 'dal10',
        'id': 1
    },
    'virtualGuests': [
        {
            'hostname': 'hostname0',
            'domain': 'sl.test',
            'primaryIpAddress': '1.2.3.10',
            'primaryBackendIpAddress': '10.0.1.2'
        }
    ],
    'hardware': [],
    'usableIpAddressCount': 22
}
