def update_snmp_configuration
        raise IncompleteResource, 'Please retrieve the Logical Interconnect before trying to update' unless @data['snmpConfiguration']
        update_options = {
          'If-Match' =>  @data['snmpConfiguration'].delete('eTag'),
          'body' => @data['snmpConfiguration']